tree: 56a04418b9651af8f24f5cd21ba19fc4d173e6ac [path history] [tgz]
  1. static/
  2. .gcloudignore
  3. app.yaml
  4. build.go
  5. cron.sh
  6. dash.go
  7. dash_test.go
  8. handler.go
  9. index.yaml
  10. init.go
  11. Makefile
  12. README.md
  13. ui.go
  14. ui.html
app/appengine/README.md

build.golang.org App Engine App

This is the code that runs https://build.golang.org/

Local development

On a machine with a browser:

dev_appserver.py --port=8080 .

With a remote VM with a port open to the Internet:

dev_appserver.py --enable_host_checking=false --host=0.0.0.0 --port=8080 .

Deploying

make deploy