Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleWork in progress

This page is a work in progress and the accuracy of the information can not be guaranteed (smile)

Page index
  1. Overview
  2. Installing
  3. Configuration

...

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

If that seemed to work correctly you can copy the following startup script:

Code Block
titlelobber-storagenode

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:

...