Installation

if you do not have python installed and access to a mongodb database please refer to install software later

linux/mac

Python3.x

  • git clone
  • cd mongodb-tornado-angular
  • which python3
  • virtualenv –distribute -p YOUR_PYTHON_PATH .
  • source bin/activate
  • pip install -r requirements.txt
  • cd server
  • python app.py

Python2.x

  • git clone
  • cd mongodb-tornado-angular
  • virtualenv .
  • source bin/activate
  • pip install -r requirements.txt
  • cd server
  • python app.py

Windows * TBD: