tree: 1f5ab5b0dcc3415d7964ce919e083cfee89f3af2 [path history] [tgz]
  1. static/
  2. .gcloudignore
  3. app.yaml
  4. build.go
  5. config.go
  6. cron-part.yaml
  7. cron.sh
  8. dash.go
  9. dash_test.go
  10. handler.go
  11. index.yaml
  12. init.go
  13. Makefile
  14. notify.go
  15. notify.txt
  16. perf.go
  17. perf_changes.go
  18. perf_changes.html
  19. perf_detail.go
  20. perf_detail.html
  21. perf_graph.go
  22. perf_graph.html
  23. perf_learn.go
  24. perf_learn.html
  25. perf_notify.txt
  26. README.md
  27. test.go
  28. ui.go
  29. ui.html
  30. update.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