Skip to content

Instantly share code, notes, and snippets.

@cadd
Created February 29, 2016 12:39
Show Gist options
  • Save cadd/4c4fe435f9b5c54795c5 to your computer and use it in GitHub Desktop.
Save cadd/4c4fe435f9b5c54795c5 to your computer and use it in GitHub Desktop.
AppEngine Dev-Server
~\google-cloud-sdk\bin\dev_appserver.py
--host=0.0.0.0 --port=8080 ~/flask-appengine
@cadd
Copy link
Author

cadd commented Feb 29, 2016

Upload with:
appcfg.py -A <YOUR_PROJECT_ID_> update guestbook/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment