command
Version:
v0.0.0-...-529bf19
Opens a new window with list of versions in this module.
Published: Jul 18, 2017
License: BSD-3-Clause
Opens a new window with license information.
Imports: 33
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
devapp
Local development
$ go build
$ ./devapp
Then visit http://localhost:6343
Deployment
$ gcloud config set project {go-dashboard-dev|symbolic-datum-552}
$ gcloud container clusters get-credentials --zone=us-central1-f go
$ make push-{dev|prod}
$ kubectl create -f deployment-{dev|prod}.yaml
$ kubectl create -f service-{dev|prod}.yaml
Documentation
¶
Devapp is the server running dev.golang.org. It shows open bugs and code
reviews and other useful dashboards for Go developers.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.