Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 524 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 524 Bytes

I ♡ GIT

Source code for http://iheartgit.com/

Requirements

  1. Python >= 2.6.1
  2. Tornado >= 2.0
  3. MongoEngine >= 0.4
  4. CoffeeScript >= 1.1
  5. MongoDB >= 1.8.2

Running

I strongly advise running the app in virtualenv.

  1. Install required packages.
  2. Use Paver to compile the CoffeeScript file or do it manually.
  3. Copy config.py.default to config.py.
  4. Edit config.py.
  5. python run.py -p <port>

Credits

Layout designed by dembsky

License

MIT-style, see LICENSE.