How To Run a Chattr Server - kumarp/SD-D-Team-Inverse GitHub Wiki
- Install Python. (Python 2.7.2)
- Install Django. (Django 1.3.1)
- Install setuptools. (setuptools 0.6c11)
- From the command line:
easy_install django-timezones
easy_install pytz
- From the command line in the chattr directory:
manage.py syncdb
manage.py runserver
- Visit http://127.0.0.1:8000 from Mozilla Firefox or Google Chrome.