File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Your browser does not support the video tag.
31
31
</video >
32
32
33
33
Be sure to add a keypair so that you can connect over SSH to further
34
- [ configure Coder] ( ../../admin/configure .md ) .
34
+ [ configure Coder] ( ../../admin/setup .md ) .
35
35
36
36
After launching the instance, wait 30 seconds and navigate to the public IPv4
37
37
address. You should be redirected to a public tunnel URL.
@@ -48,8 +48,8 @@ pre-installed.
48
48
49
49
Coder is primarily configured by server-side flags and environment variables.
50
50
Given you created or added key-pairs when launching the instance, you can
51
- [ configure your Coder deployment] ( ../../admin/configure .md ) by logging in via
52
- SSH or using the console:
51
+ [ configure your Coder deployment] ( ../../admin/setup .md ) by logging in via SSH or
52
+ using the console:
53
53
54
54
``` shell
55
55
ssh ubuntu@< gcp-public-IPv4>
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ With `psql -U coder`:
20
20
CREATE DATABASE coder ;
21
21
```
22
22
23
- Coder configuration is defined via
24
- [ environment variables ] ( ../admin/configure.md ) . The database client requires the
25
- connection string provided via the ` CODER_PG_CONNECTION_URL ` variable.
23
+ Coder configuration is defined via [ environment variables ] ( ../admin/setup.md ) .
24
+ The database client requires the connection string provided via the
25
+ ` CODER_PG_CONNECTION_URL ` variable.
26
26
27
27
``` shell
28
28
export CODER_PG_CONNECTION_URL=" postgres://coder:secret42@localhost/coder?sslmode=disable"
You can’t perform that action at this time.
0 commit comments