Skip to content

Commit

Permalink
Docs: remove a obsolete reference to govuk-connect.
Browse files Browse the repository at this point in the history
govuk-connect is obsolete and archived now that we no longer run SSH or
bastion hosts or Jenkins.
  • Loading branch information
sengi committed Feb 1, 2024
1 parent 62104db commit 4ce8b8d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/troubleshooting.md
Expand Up @@ -4,15 +4,6 @@

If `bin/setup` fails on installing `dnsmasq`, make sure you're not overriding the `USER` env variable anywhere.

If you are (for setting the right SSH username), you'll want to remove that and set it in `~/.config/config.yaml` instead.

```yaml
# This is for govuk-connect: https://github.com/alphagov/govuk-connect/blob/1e14c58ce8e5d831aad3e2f8353d0e5204f83388/lib/govuk_connect/cli.rb#L230
# Can't set `export USER="yourname"` as this causes some unix things to fail (e.g. `brew install dnsmasq`)
# See https://github.com/alphagov/govuk-connect/issues/72
ssh_username: "yourname"
```

## Diagnose common issues when setting up GOV.UK Docker

Run the following command in `~/govuk/govuk-docker`.
Expand Down

0 comments on commit 4ce8b8d

Please sign in to comment.