Skip to content

Commit 1ddff0a

Browse files
authored
chore: docs to create admin user and workspace creation from UI screenshot (#3149)
1 parent f28d141 commit 1ddff0a

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/images/code-server.png

409 KB
Loading
Loading

docs/quickstart/generic.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Please [install Coder](./install.md) before proceeding with the steps outlined in this article.
44

5+
## First time admin user setup
6+
7+
1. Run `coder login <your Access URL>` in a new terminal and follow the
8+
interactive instructions to create your admin user and password.
9+
10+
> If using `coder server --tunnel`, the Access URL appears in the terminal logs.
11+
512
## Creating your first template and workspace
613

714
In a new terminal window, run the following to copy a sample template:
@@ -37,6 +44,11 @@ credentials provided to you by Coder.
3744

3845
![Coder Web UI with code-server](../images/code-server.png)
3946

47+
You can also create workspaces using the access URL and the Templates UI.
48+
49+
![Templates UI to create a
50+
workspace](../images/create-workspace-from-templates-ui.png)
51+
4052
## Modifying templates
4153

4254
You can edit the Terraform template as follows:

0 commit comments

Comments
 (0)