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