Showing posts with label googleAppEngine. Show all posts
Showing posts with label googleAppEngine. Show all posts

Google App Engine Instruction

google_appengine/dev_appserver.py helloworld/

dev_appserver.py --clear_datastore helloworld/

appcfg.py update helloworld/

Google App Engine and Python

Install the python idle on UBUNTU
$> sudo apt-get install idle-python2.6
-----------------------------------------------------------------
https://developers.google.com/appengine/?hl=zh-TW
  • dev_appserver.py  - develop web server開發網頁伺服器
  • appcfg.py - upload my application to  Google App Engine
-----------------------------------------------------------------