Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make the storage node able to write in transmissions standard download directory you need to add the group
debian-transmission to the www-data user.

Code Block

usermod -G debian-transmission www-data

When you have made the key and added www-data to the group debian-transmission run the following as www-data:

Code Block

sudo -u www-data twistd -l /var/django/lobber/logs/ --pidfile /tmp/twistd.pid lobberstoragenode -k [KEY] -h localhost -b /path/to/lobber/dropbox

When running a storage-node for development purposes you will typically run it with both the --stompUrl and --lobberUrl parameters pointing to endpoints on your local development sandbox. When running a storage-node off of beta.lobber.se you will typically want to start it this way:

...