Skip to content
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

Replace deprecated getgo command with updated instructions #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 1 addition & 37 deletions src/04-rekor.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,43 +38,7 @@ sudo apt-get install mariadb-server git redis-server haproxy certbot -y

### Install latest golang compiler

Download and run the golang installer (system package are often older than what rekor requires):

```bash
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
```

```bash
chmod +x installer_linux
```

```bash
./installer_linux
```

e.g.

```bash
Welcome to the Go installer!
Downloading Go version go1.20.4 to /home/luke/.go
This may take a bit of time...
Downloaded!
Setting up GOPATH
GOPATH has been set up!

One more thing! Run `source /home/$USER/.bash_profile` to persist the
new environment variables to your current session, or open a
new shell prompt.
```

As suggested run:

```bash
source /home/$USER/.bash_profile

go version
go version go1.20.4 linux/amd64
```
Follow the [Download and install](https://go.dev/doc/install) steps to install Go (system package are often older than what rekor requires)

### Install rekor

Expand Down
37 changes: 1 addition & 36 deletions src/05-dex.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,43 +32,8 @@ sudo apt-get install haproxy make git gcc certbot -y

### Install latest golang compiler

Download and run the golang installer (system package are often older than what Dex requires):
Follow the [Download and install](https://go.dev/doc/install) steps to install Go (system package are often older than what Dex requires)

```bash
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
```

```bash
chmod +x installer_linux
```

```bash
./installer_linux
```

e.g.

```
Welcome to the Go installer!
Downloading Go version go1.20.4 to /home/luke/.go
This may take a bit of time...
Downloaded!
Setting up GOPATH
GOPATH has been set up!

One more thing! Run `source /home/$USER/.bash_profile` to persist the
new environment variables to your current session, or open a
new shell prompt.
```

As suggested run

```bash
source /home/$USER/.bash_profile

go version
go version go1.20.4 linux/amd64
```

### Let's encrypt (TLS) & HA Proxy config

Expand Down
36 changes: 1 addition & 35 deletions src/06-fulcio.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,42 +40,8 @@ sudo apt-get install git gcc haproxy softhsm certbot opensc -y

### Install latest golang compiler

Download and run the golang installer (system package are often older than what Fulcio requires):
Follow the [Download and install](https://go.dev/doc/install) steps to install Go (system package are often older than what Fulcio requires)

```bash
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
```

```bash
chmod +x installer_linux
```

```bash
./installer_linux
```

e.g.

```
Welcome to the Go installer!
Downloading Go version go1.20.4 to /home/luke/.go
This may take a bit of time...
Downloaded!
Setting up GOPATH
GOPATH has been set up!

One more thing! Run `source /home/$USER/.bash_profile` to persist the
new environment variables to your current session, or open a
new shell prompt.
```

As suggested run

```bash
source /home/$USER/.bash_profile
go version
go version go1.20.4 linux/amd64
```

### Install Fulcio

Expand Down
36 changes: 1 addition & 35 deletions src/07-certifcate-transparency.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,8 @@ sudo apt-get install mariadb-server git wget -y

### Install latest golang compiler

Download and run the golang installer (system package are often older than what Trillian requires):
Follow the [Download and install](https://go.dev/doc/install) steps to install Go (system package are often older than what Trillian requires)

```bash
curl -O https://storage.googleapis.com/golang/getgo/installer_linux
```

```bash
chmod +x installer_linux
```

```bash
./installer_linux
```

e.g.

```bash
Welcome to the Go installer!
Downloading Go version go1.20.4 to /home/luke/.go
This may take a bit of time...
Downloaded!
Setting up GOPATH
GOPATH has been set up!

One more thing! Run `source /home/$USER/.bash_profile` to persist the
new environment variables to your current session, or open a
new shell prompt.
```

As suggested run

```bash
source /home/$USER/.bash_profile
go version
go version go1.20.4 linux/amd64
```

### Database

Expand Down