Groups
Groups
Sign in
Groups
Groups
web2py-users
Conversations
Labels
About
Send feedback
Help
how to deploy in GAE
68 views
GAE
Skip to first unread message
sanjana chowdary
unread,
Oct 23, 2016, 12:21:09 AM
10/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
help me
Massimo Di Pierro
unread,
Oct 25, 2016, 1:11:49 AM
10/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
wget
http://web2py.com/examples/static/web2py_src.zip
unzip web2py_src.zip
cd web2py
cp examples/app.example.yaml app.yaml
cp handler/gaehandler.py gaehandler.py
EDIT app.yaml and replace "yourappname with" your application name
deploy with
cd ..
appcfg.py update web2py
or with
gcloud app deploy web2py/app.yaml
Jacinto Parga
unread,
Feb 17, 2017, 5:00:01 AM
2/17/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
With gcloud you have to configure the app.yalm without "yourappname" and "version"
The appname is provided when you make gcloud init
And you can specify the version with --version flag
Reply all
Reply to author
Forward
0 new messages