Glab tomato Project : https://github.com/dswd/ToMaTo
ubuntu
$ apt-get install python-setuptools apache2-utils # install south 0.7.3 $ wget http://www.aeracode.org/releases/south/south-0.7.3.tar.gz $ tar zxvf south-0.7.3.tar.gz $ cd south $ ./setup.py install # install django 1.3 https://www.djangoproject.com/download/ $ wget https://www.djangoproject.com/download/1.3.1/tarball/ $ tar zxvf Django-1.3.1.tar.gz -O Django-1.3.1.tar.gz $ cd Django-1.3.1 $ ./setup.py install # install ToMaTo $ git clone https://github.com/dswd/ToMaTo.git $ mkdir /etc/tomato /var/lib/tomato $ cp ToMaTo/web/web.conf.example /etc/tomato/web.conf $ cp ToMaTo/backend/backend.conf.example /etc/tomato/backend.conf # login account and passwd $ htpasswd -d -c /etc/tomato/users admin # run backend $ cd ToMaTo/backend/ $ ./server # run web $ cd ToMaTo/web/ $ ./manage runserver $IP:$PORT