How To Run a Chattr Server - kumarp/SD-D-Team-Inverse GitHub Wiki

  1. Install Python. (Python 2.7.2)
  2. Install Django. (Django 1.3.1)
  3. Install setuptools. (setuptools 0.6c11)
  4. From the command line:
    easy_install django-timezones
    easy_install pytz
  5. From the command line in the chattr directory:
    manage.py syncdb
    manage.py runserver
  6. Visit http://127.0.0.1:8000 from Mozilla Firefox or Google Chrome.