Skip to content

Commit b78be98

Browse files
committed
Add links to READMEs
1 parent 0631323 commit b78be98

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# SCTFE
22

3-
This personality implements [CT Static API](https://c2sp.org/static-ct-api) using
4-
Trillian Tessera to store data. It is based on [Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe).
3+
This personality implements [CT Static API](https://c2sp.org/static-ct-api)
4+
using [Trillian Tessera](https://github.com/transparency-dev/trillian-tessera)
5+
to store data. It is based on
6+
[Trillian's CTFE](https://github.com/google/certificate-transparency-go/tree/master/trillian/ctfe).
57

68
It is under active development.
79

@@ -21,6 +23,7 @@ To re-generate these files, first install the right tools:
2123
- [mockgen](https://github.com/golang/mock?tab=readme-ov-file#installation)
2224

2325
Then, generate the files:
26+
2427
```bash
2528
cd $(go list -f '{{ .Dir }}' github.com/transparency-dev/static-ct); \
2629
go generate -x ./... # hunts for //go:generate comments and runs them

deployment/live/gcp/test/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Prerequisites
44
You'll need to have a VM running in the same GCP project that you can SSH to,
5-
with Go installed, and your favourite terminal multiplexer.
5+
with [Go](https://go.dev/doc/install) and
6+
[terragrunt](https://terragrunt.gruntwork.io/docs/getting-started/install/)
7+
installed, and your favourite terminal multiplexer.
68

79
## Overview
810

@@ -19,11 +21,13 @@ At a high level, this environment consists of:
1921

2022
First authenticate via `gcloud` as a principle with sufficient ACLs for
2123
the project:
24+
2225
```bash
2326
gcloud auth application-default login
2427
```
2528

2629
Set the required environment variables:
30+
2731
```bash
2832
export GOOGLE_PROJECT={VALUE}
2933
export GOOGLE_REGION={VALUE} # e.g: us-central1

0 commit comments

Comments
 (0)