- Python 2.7.x
- virtualenv
- pip
- Clone the repository somewhere on your disk
- Create a virtualenv
virtualenv --no-site-packages ve311
- Activate the virtualenv you just created.
source ve311/bin/activate
- Install the required Python libraries, some of have native extensions, so you should have gcc installed
pip install -r open311/requirements.pip
- Go to the test directory, hopefuly all the tests should pass.
cd open311/tests
- Run the application in development mode and start hitting the services
cd open311
python main.py
That's all for now. Ask me questions on @diptanu