You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the install script is finished and you start the coder service, you may not see the coder login <host>:<port> message as it's buried in the depths of journald.
--> Solution: also emit this directive in the install.sh output
e.g.
To get started, run `coder login <host:port>`
The text was updated successfully, but these errors were encountered:
johnstcn
changed the title
HOWTO: "install.sh" section of install guide is missing information for new uesrs
How-To: "install.sh" section of install guide is missing information for new uesrs
Jun 15, 2022
bpmct
changed the title
How-To: "install.sh" section of install guide is missing information for new uesrs
How-To: "install.sh" section of install guide is missing information for new users
Jun 16, 2022
Steps to reproduce:
What do I do to set up postgres?
/etc/coder.d/coder.env
--> Solution:
/etc/coder.d/coder.env
because I keep needing to look this up and I presume others would alsoHow do I login?
Once the install script is finished and you start the coder service, you may not see the
coder login <host>:<port>
message as it's buried in the depths ofjournald
.--> Solution: also emit this directive in the install.sh output
e.g.
To get started, run `coder login <host:port>`
The text was updated successfully, but these errors were encountered: