-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update manual deploy docs #1061
Conversation
Thanks @AlCutter for updating the doc. I will approve this PR after I have tried each step in the manual deploy doc. |
The previous instructions have rotted and no longer work. This aims to fill in the gap of a HelloWorld deployment for CTFE. This is explicitly NOT a guide on how to deploy this in a production setting. This is a docker version of the updated instructions from google#1061
Co-authored-by: Martin Hutchinson <mhutchinson@gmail.com>
@mhutchinson I'm not sure why but your CLA is missing. |
The demo script mentioned in
➜ /workspaces/certificate-transparency-go (master) $ ls /go/pkg/mod/github.com/google
btree@v1.1.2 go-cmp@v0.5.9 trillian@v1.5.1 uuid@v1.3.0 |
The command changes in this PR work like a charm. |
Yeah that's weird. Did I make it onto the CLA list because I suggested a change in the UI and thus it isn't really "from" me, but the GitHub UI as a proxy? @AlCutter not sure how to work around this with CLA bot. Maybe just "redo" the changes in that last commit in such a way that I never existed. I won't be offended. |
@mhutchinson It might be easier if you sign the CLA at https://cla.developers.google.com using |
Thanks @mhutchinson. The CLA check passes now. |
The previous instructions have rotted and no longer work. This aims to fill in the gap of a HelloWorld deployment for CTFE. This is explicitly NOT a guide on how to deploy this in a production setting. This is a docker version of the updated instructions from google#1061
* Docker compose config for demo CTFE The previous instructions have rotted and no longer work. This aims to fill in the gap of a HelloWorld deployment for CTFE. This is explicitly NOT a guide on how to deploy this in a production setting. This is a docker version of the updated instructions from #1061 * Use ctclient instead of curl * Add container_name for ctfe-db in docker-compose.yaml * Update ctfe-db container name in README.md --------- Co-authored-by: Roger Ng <rogerng@google.com>
Fix a few bits in the manual deploy docs where things have drifted over time.
Also add some explicit/example
go run
commands to help folks get something running.For #1060.
Checklist