tree: c78a23b050db6bb4188893aaf1c77b354f0840ab [path history] [tgz]
  1. static/
  2. .gcloudignore
  3. app.yaml
  4. build.go
  5. cron.sh
  6. dash.go
  7. handler.go
  8. index.yaml
  9. Makefile
  10. README.md
  11. ui.go
  12. ui.html
  13. ui_test.go
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