tree: c9e1a4d3a087ce84483d4fd56bae4843536d2c36 [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. README.md
  17. test.go
  18. ui.go
  19. ui.html
  20. 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