若要在 Ubuntu server 上運行 Google App Engine ,透過 Command line 即可完成測試跟發佈:
測試:
$ cd /path/gae/project
$ python -m py_compile *.py && dev_appserver.py --port=8080 .
發佈:
$ cd /path/gae/project
$ python -m py_compile *.py && appcfg.py --oauth2 --noauth_local_webserver -A YourGAEProjectID update .
過程只需再用 browser 瀏覽指定的 link 以及完成 oauth 的認證即可發布啦!
沒有留言:
張貼留言