how to deploy in GAE

68 views
Skip to first unread message

sanjana chowdary

unread,
Oct 23, 2016, 12:21:09 AM10/23/16
to web2py-users
help me

Massimo Di Pierro

unread,
Oct 25, 2016, 1:11:49 AM10/25/16
to web2py-users
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 AM2/17/17
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