Versions Compared

Key

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

...

In

...

order

...

to

...

run

...

Lobber

...

you

...

will

...

need

...

at

...

least

...

the

...

following

...

software.

...

Software

  • python
  • django (apt-get

...

  • install

...

  • python-django)

...

  • the

...

  • web

...

  • application

...

  • a database
  • sqlite
    or
  • postgresql

...

  • )

Installation

  • sudo apt-get

...

  • install

...

  • python-django

...

  • python-libtorrent

...

  • python-bittorrent

...

  • python-django-doc

...

  • python-egenix-mxdatetime

...

  • python-egenix-mxtools

...

  • python-pycurl

...

  • python-openssl

...

  • python-setuptools

...

  • python-pysqlite2

...

  • python-django-tagging

...

  • python-twisted

...

  • sudo easy_install

...

  • orbited

...

  • If

...

  • this

...

  • doesn't

...

  • work,

...

...

...

  • tar

...

  • xzf

...

  • orbited-0.7.10.tar.gz

...

  • &&

...

  • cd

...

  • orbited-0.7.10

...

  • &&

...

  • python

...

  • setup.py

...

  • install

  • sudo easy_install

...

  • stompservice

...

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

Starting up

cd lobber/src

...


./dev-django-admin.sh

...

startapp

...

share

...