Skip to content
dswd edited this page Jun 11, 2011 · 2 revisions

For a local test environment the following packages need to be installed:

  • python
  • python-twisted
  • python-django >= 1.2
  • python-django-south >= 0.7
  • python-simplejson

The first thing for a test environment is the source code which can be obtained by

git clone git://github.com/dswd/ToMaTo.git

Second a config file in /etc/tomato/backend.conf or ~/.tomato/backend.conf must be created using the values described in BackendConfig.

The backend server can then be run in backend with

./server.py

The web-frontend can be run in the web folder with

./manaqe.py runserver 8080

Afterwards the webserver can be accessed via http://localhost:8080

With the default settings the backend does not use the LDAP authentication module. Instead it uses a dummy module that accepts all users except the user invalid and grants administrative permissions to the user admin.

Clone this wiki locally