docs: small improvements to install (#2400)

* Simplify install docs

* docs: clarify security policy
This commit is contained in:
Ammar Bandukwala
2022-06-16 07:30:56 -05:00
committed by GitHub
parent 10dc9e3876
commit 29c9c1d928
4 changed files with 16 additions and 20 deletions
+7 -3
View File
@@ -112,11 +112,15 @@ $1 package has been installed.
To run Coder as a system service:
# Set up an external access URL or enable CODER_TUNNEL
sudo vim /etc/coder.d/coder.env
$ sudo vim /etc/coder.d/coder.env
# Use systemd to start Coder now and on reboot
sudo systemctl enable --now coder
$ sudo systemctl enable --now coder
# View the logs to ensure a successful start
journalctl -u coder.service -b
$ journalctl -u coder.service -b
Or, just run the server directly:
$ coder server
EOF
}