'
  1. Get the binary server package for your machine.

  2. cd to the directory where you want the spider to be installed, typically /usr/ or /usr/www/. The server will run from anywhere in the filesystem, though.

  3. Issue the command to unpack the archive:

      .tar.gz:
      If you have GNU tar; "tar xzf spinner-archive-name"
      If you don't have GNU tar: "gunzip < spinner-archive-name| tar xf -"
      .tar.Z
      "uncompress < spinner-archive-name| tar xf -"
      .tar
      "tar xf spinner-archive-name"

    (where "spinner-archive-file-name" is the name of the spinner archive file.).

  4. Type cd spinner/server/ and start the install script by typing ./install.

  5. Answer the simple questions and wait for your client.

  6. If everything worked, configure the server, otherwise move on to the troubleshooting section.

  7. If you want Spinner to start automatically when the computer has rebooted, add this to one of the startup files: (cd /hereiputmyspinner/spinner/server/;start). To shutdown Spinner, just use the [SHUTDOWN] button in the configuration interface.
Once you have installed the server, consider joining the Spinner mailinglist