Google Apps Deployment
Updated at 2015-01-17 08:25
- Download and unzip App Engine SDK for Go package to a directory.
- Add the directory to path.
export PATH=/path/to/go_appengine:$PATH
- Write some code.
goapp serve # run local development server goapp deploy # deployment to App Engine
- Publish the app.
# In Gapps console. Create Project Title and ID