Sunday, February 28, 2010

Use web2py with GAE for be

For beginner .. every step is a new lesson . It's great to find a good tutorial somewhere



Step 1:
Download and install Google app engine

Step 2:
Download Web2py source code.
E:\web2py_src

Step3:
Create a project in Google app engine

Step 4:
Update app.yaml


application: [Your APP name ]
version: 1
api_version: 1

Step 5: Execute
>dev_appserver.py[Your web2py directory]

Ex:
>dev_appserver.py E:\web2py_src --port 8000



Step 6: Upload to Google app engine if youre ready
appcfg.py update [Your web2py directory]

C:\Users\vkx>appcfg.py update E:\web2py_2