File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Prerequisites
4
4
You'll need to have a VM running in the same GCP project that you can SSH to,
5
- with Go installed, and you favourite terminal multiplexer.
5
+ with Go installed, and your favourite terminal multiplexer.
6
6
7
7
## Overview
8
8
@@ -111,7 +111,7 @@ cd ${STCFE_REPO}
111
111
go run ./cmd/gcp/ --project_id=${GOOGLE_PROJECT} --bucket=${GOOGLE_PROJECT} -${TESSERA_BASE_NAME} -bucket --spanner_db_path=projects/${GOOGLE_PROJECT} /instances/${TESSERA_BASE_NAME} /databases/${TESSERA_BASE_NAME} -db --private_key=./testdata/ct-http-server.privkey.pem --password=dirk --roots_pem_file=/tmp/hammercfg/roots.pem --origin=${TESSERA_BASE_NAME} --spanner_dedup_db_path=projects/${GOOGLE_PROJECT} /instances/${TESSERA_BASE_NAME} /databases/${TESSERA_BASE_NAME} -dedup-db -v=3
112
112
```
113
113
114
- Run ` ct_hammer ` :
114
+ Run ` ct_hammer ` in a different terminal :
115
115
116
116
``` bash
117
117
cd ${CTGO_REPO}
You can’t perform that action at this time.
0 commit comments