aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien <adrien@luxeylab.net>2022-11-09 18:57:49 +0100
committerAdrien <adrien@luxeylab.net>2022-11-09 18:57:49 +0100
commit359c1a1e408fdd3a8ec2569354b1054cc928c1c8 (patch)
tree7a0b27a38ad41fec71ed98e51ada39ccf9a26e39
parent45fc3f4dd492ffabf641cef18e87ec0b47beb140 (diff)
downloadnixcfg-359c1a1e408fdd3a8ec2569354b1054cc928c1c8.tar.gz
nixcfg-359c1a1e408fdd3a8ec2569354b1054cc928c1c8.zip
edited README: added more info to 'how to operate a node'
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index e6914ee..7dac27b 100644
--- a/README.md
+++ b/README.md
@@ -62,16 +62,23 @@ Host dahlia
LocalForward 5432 psql-proxy.service.prod.consul:5432
```
-And then run the TLS proxy:
+Then run the TLS proxy and leave it running:
```
./tlsproxy prod
```
-And then open in your browser:
+SSH to a production machine (e.g. dahlia) and leave it running:
- - http://localhost:8500
- - http://localhost:4646
+```
+ssh dahlia
+```
+
+
+Finally you should see be able to access the production Nomad and Consul by browsing:
+
+ - Consul: http://localhost:8500
+ - Nomad: http://localhost:4646
## More