mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix: Update install script text to separate run and use (#5203)
This commit is contained in:
+7
-7
@@ -119,19 +119,19 @@ echo_systemd_postinstall() {
|
||||
cath <<EOF
|
||||
$1 package has been installed.
|
||||
|
||||
To run Coder as a system service:
|
||||
Run Coder:
|
||||
|
||||
# (Optional) Set up an external access URL
|
||||
$ sudo vim /etc/coder.d/coder.env
|
||||
# Use systemd to start Coder now and on reboot
|
||||
# Start Coder now and on reboot
|
||||
$ sudo systemctl enable --now coder
|
||||
# View the logs to ensure a successful start
|
||||
$ journalctl -u coder.service -b
|
||||
|
||||
Or, just run the server directly:
|
||||
|
||||
# Or just run the server directly
|
||||
$ coder server
|
||||
|
||||
Use Coder:
|
||||
|
||||
$ coder login <deployment url>
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user