Google App Engine hosted status page.
- Install Go
- Install the Go Google App Engine
- Add the
google-cloud-sdk/binto your PATH - Add the
/google-cloud-sdk/platform/google_appengine/goroot-1.9/bin/to your PATH
- Add the
- Checkout the project: https://github.com/ccnmtl/ctlstatus
- Download and install the dependencies
- go get github.com/russross/blackfriday-tool
- go get google.golang.org/appengine/aetest
make runserver
make deploy
Notes: gCloud will ask you to authenticate before the deploy can take place.