ruk·si

Google Apps Deployment

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