babybunny / rebuildingtogethercaptain

Rebuilding Together Peninsula ROOM system
Apache License 2.0
3 stars 1 forks source link

ROOMs app for Rebuilding Together Peninsula

Copyright 2010 Luke Stone

This is an online ordering system for construction captains for the annual Rebuilding Day.

Developer Setup

PREREQUISITES: git and virualenv

  1. git clone git@github.com:babybunny/rebuildingtogethercaptain.git
  2. cd rebuildingtogethercaptain
  3. Install the google sdk (docs: https://cloud.google.com/sdk/docs/)
  4. export PYTHONPATH=/path/to/google/app/engine/sdk # eg /google/google-cloud-sdk/platform/google_appengine
  5. virtualenv virtualenv # this directory name is .gitignored
  6. ./virtualenv/bin/pip install -r requirements.txt
  7. ./virtualenv/bin/python run_tests.py # run the tests
  8. ./virtualenv/bin/python dev_server.py # start a dev server