public
Fork of paulhammond/minimuni
Description: When should Paul leave for work?
Homepage: minimuni.paulhammond.org
Clone URL: git://github.com/kneath/minimuni.git
kneath (author)
Wed Dec 03 02:49:37 -0800 2008
commit  204000c66b47f9986c4be8dc01c619cb3b50501e
tree    a1a2c68a8c416c73c8397622434f0db92ce6e784
parent  7442431e59cf92e37c1618e207d582031adb20bd
minimuni / README
100644 13 lines (8 sloc) 0.596 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
This is the source code behind http://minimuni.paulhammond.org/. It runs on Google App Engine.
 
To get a dev environment set up:
 
1. Install the App Engine SDK, by following the instructions at http://code.google.com/appengine/docs/gettingstarted/devenvironment.html
2. run "dev_appserver.py /path/to/minimuni"
 
If you've made changes and you'd like to deploy them to Google's servers:
 
1. sign up at http://appengine.google.com/, click "create an application" and fill in the form
2. edit the first line of app.yaml to use your application identifier
3. run "appcfg.py update /path/to/minimuni"