Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6acc3a9

Browse files
docs: update the quickstart page (#16666)
## Changes 1. Update the `0.0.0.0:3001` web UI address to `localhost:3000`. Coder starts on port 3000 by default. It'd use 3001 only if 3000 was already taken. 2. Update the screenshot of the `/setup` page to reflect how it will look like after merging #16662. Note: this PR should be merged only after the other one is. 3. Minor phrasing changes. --------- Co-authored-by: EdwardAngert <[email protected]>
1 parent d3a56ae commit 6acc3a9

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed
Loading

docs/tutorials/quickstart.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,22 @@ persistent environment from your main device, a tablet, or your phone.
8282

8383
## Configure Coder with a new Workspace
8484

85-
1. If you're running Coder locally, go to <http://0.0.0.0:3001/setup>.
85+
1. Coder will attempt to open the setup page in your browser. If it doesn't open
86+
automatically, go to <http://localhost:3000>.
8687

8788
- If you get a browser warning similar to `Secure Site Not Available`, you
8889
can ignore the warning and continue to the setup page.
8990

90-
If your Coder server is on a network or cloud device, locate the message in
91-
your terminal that reads,
92-
`View the Web UI: https://<CUSTOM-STRING>.<TUNNEL>.try.coder.app`. The server
93-
begins to stream logs immediately and you might have to scroll up to find it.
91+
If your Coder server is on a network or cloud device, or you are having
92+
trouble viewing the page, locate the web UI URL in Coder logs in your
93+
terminal. It looks like `https://<CUSTOM-STRING>.<TUNNEL>.try.coder.app`.
94+
It's one of the first lines of output, so you might have to scroll up to find
95+
it.
9496

95-
1. On the **Welcome to Coder** page, enter the information to create an admin
96-
user, then select **Create account**.
97+
1. On the **Welcome to Coder** page, to use your GitHub account to log in,
98+
select **Continue with GitHub**.
99+
You can also enter an email and password to create a new admin account on
100+
the Coder deployment:
97101

98102
![Welcome to Coder - Create admin user](../images/screenshots/welcome-create-admin-user.png)_Welcome
99103
to Coder - Create admin user_

0 commit comments

Comments
 (0)