-
Install Python 2.7
-
Make sure you have pip(python package manager), otherwise, follow the instructions [here] install-pip.
-
Install virtualenv(virtual environment tool, against works on my machine illness).
-
git clone https://github.com/katyasosa/is_project.git
-
Do the usual Django boilerplate:
$ virtualenv . $ source bin/activate $ pip install -r requirements.txt $ ./manage.py syncdb && ./manage.py migrate $ ./manage.py runserver
Note source Scripts/activate on Windows; pillow installation on windows can be painful.
-
Go to http://localhost:8000.
Note: admin site is at /admin.