Friday, August 8, 2014

Getting started

This is an internal document for setting up development environment. May not necessarily make sense to everyone.

Brief explanation of the setup to get up and running
  1. Use a linux environment to start with. Windows works too as long as you can make it work.
  2. Install GIT, python 2.7.2, Django 1.6.5 and postgres (if possible)
  3. We use Django rest api for backend and backbone + HTML5 + CSS3 for front-end.
  4. We currently use sublime text for our development and chrome developer tools for debugging front end code. 
  5. We deploy to Heroku using git push. 

No comments:

Post a Comment