UTOSC 2008/Google App Engine 101
Jump to navigation
Jump to search
Presentation can be found here: http://utahpython.org/jellis/gae101.pdf
Google App Engine: http://code.google.com/appengine
Download Google App Engine: http://code.google.com/appengine/downloads.html
Google App Engine Getting Started Guide: http://code.google.com/appengine/docs/gettingstarted/helloworld.html
Download and extract to /usr/local/:
wget http://googleappengine.googlecode.com/files/google_appengine_1.1.2.zip unzip google_appengine_1.1.2.zip su -c "mv google_appengine /usr/local/"
Test Application can be found here: http://utahpython.org/jellis/gae101.zip
Download and extract:
wget http://utahpython.org/jellis/gae101.zip unzip gae101.zip cd gae101
Run server:
./manage.py runserver
View site:
http://localhost:8000/
You should now see a login screen for the todo appliation.