chore: docs to create admin user and workspace creation from UI screenshot (#3149)

This commit is contained in:
mark-theshark
2022-07-23 20:44:28 +00:00
committed by GitHub
parent f28d14197a
commit 1ddff0abcd
3 changed files with 12 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 KiB

+12
View File
@@ -2,6 +2,13 @@
Please [install Coder](./install.md) before proceeding with the steps outlined in this article.
## First time admin user setup
1. Run `coder login <your Access URL>` in a new terminal and follow the
interactive instructions to create your admin user and password.
> If using `coder server --tunnel`, the Access URL appears in the terminal logs.
## Creating your first template and workspace
In a new terminal window, run the following to copy a sample template:
@@ -37,6 +44,11 @@ credentials provided to you by Coder.
![Coder Web UI with code-server](../images/code-server.png)
You can also create workspaces using the access URL and the Templates UI.
![Templates UI to create a
workspace](../images/create-workspace-from-templates-ui.png)
## Modifying templates
You can edit the Terraform template as follows: