public
Description: When should Paul leave for work?
Homepage: minimuni.paulhammond.org
Clone URL: git://github.com/paulhammond/minimuni.git
rcrowley (author)
Wed Dec 03 18:35:06 -0800 2008
paulhammond (committer)
Thu Dec 04 23:08:13 -0800 2008
commit  7c5740d434eef1adb85f38500a6235c946137946
tree    c86b61ba6499ecf0d9e8079bf2765a56b0740e34
parent  576964bbaa44e32a1c78a76f329ffc8002efaa77
name age message
file BeautifulSoup.py Tue Dec 02 20:53:46 -0800 2008 initial commit [paulhammond]
file README Tue Dec 02 20:53:46 -0800 2008 initial commit [paulhammond]
file app.yaml Tue Dec 02 20:53:46 -0800 2008 initial commit [paulhammond]
file index.yaml Tue Dec 02 20:53:46 -0800 2008 initial commit [paulhammond]
file main.py Tue Dec 02 20:53:46 -0800 2008 initial commit [paulhammond]
directory static/ Tue Dec 02 20:53:46 -0800 2008 initial commit [paulhammond]
directory templates/ Thu Dec 04 23:08:13 -0800 2008 Closing title tag so it works on N-Series. (che... [rcrowley]
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"