Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
In order to run Lobber you will need at least the following software.

...

Software

...



h3. Software
- python
- django (apt-get install python-django)

...


- the web

...

  • a database
  • sqlite
    or
  • postgresql

...

 application -- [lobber | http://git.nordu.net/lobber.git]

- a database
- sqlite
or
- postgresql

- a tracker
- opentracker ([git://git.nordu.net/opentracker.git

...

Installation

...

])


h3. Installation

* bq. {{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

...

}}

* bq. {{sudo easy_install orbited

...

}}
If this doesn't work,

...

 do
bq. {{wget http://pypi.python.org/pypi/orbited/0.7.10

...

 && tar xzf orbited-0.7.10.tar.gz && cd orbited-0.7.10 && python setup.py

...

 install}}

* bq. {{sudo easy_install stompservice

...

}}

See [Lobber development sandbox] for more details on configuration.


h3. Bootstrapping
Do this once:

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


h3. Starting up
{cd lobber/src
./dev-django-admin.sh startapp share}