Ok, so here's are the concise steps I took, to get my test web2py
application "pets" on Google App engine.

1. Downloaded the Windows XP compiled windows version:
http://www.web2py.com/examples/default/download
2. Started the web2py server, web2py.exe
3. Followed a demo to create a sample pets123 application.
3. Stopped the webpy server.
4. Downloaded the windows based google windows based SDK.
http://code.google.com/appengine/downloads.html
5. It installed by default to C:\Program Files\Google\google_appengine
6. Downloaded the web2py source code:http://www.web2py.com/examples/
default/download
7. Copied the "source" code root directory web2py into C:\Program Files
\Google\google_appengine
8. Copied my "pets" directory into C:\Program Files\Google
\google_appengine\web2py\applications
9. Changed the first line in app.yaml to "application: pets123"
10. Created an application in my google app called pets (https://
appengine.google.com/)
11. Launched the c:\program files\google\google_appengine
\appengine_launcher.bat
12. Added an existing application by pointing to C:\Program Files
\Google\google_appengine\web2py\
13. "Deployed" the application by clicking the deploy button, and
specifying my gmail account.
14. Made sure my application appeared in 
http://pets123.appspot.com/welcome/default/index
----------

Going forward I have some questions. When developing on a windows
environment, am I supposed to work on everything locally using the
windows based application, and then copy the directory to the google
app engine, and upload it everytime?
How is development shared with multiple developers?
Is there a way to "download" a deployed application with Google App
Engine, or otherwise?

Thank you,
Yanni.


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to