In order to run Lobber you will need at least the following software.

Software

Installation

See Lobber development sandbox for more details on configuration.

Bootstrapping

Do this once:

cd lobber
mkdir db logs torrents
cd src
./dev-django-admin.sh syncdb

cat > orbited.cfg <<EOF
listen http://:9000
stomp://:61613

access

static

global
session.ping_interval = 300
user=www-data

logging
debug=STDERR,debug.log
info=STDERR,info.log
access=STDERR,info.log
warn=STDERR,error.log
error=STDERR,error.log

#Don't enable debug by default
enabled.default=info,access,warn,error
EOF

orbited -c orbited.cfg

Starting up

cd lobber/src
./dev-django-admin.sh startapp share

Using, first time

Using