diff --git a/docs/images/code-server.png b/docs/images/code-server.png index 1190258e0d89f..4d3c39666d49b 100644 Binary files a/docs/images/code-server.png and b/docs/images/code-server.png differ diff --git a/docs/images/create-workspace-from-templates-ui.png b/docs/images/create-workspace-from-templates-ui.png new file mode 100644 index 0000000000000..f3aeb8a0ad1b4 Binary files /dev/null and b/docs/images/create-workspace-from-templates-ui.png differ diff --git a/docs/quickstart/generic.md b/docs/quickstart/generic.md index 061b45d1b83cf..b758a64c268c5 100644 --- a/docs/quickstart/generic.md +++ b/docs/quickstart/generic.md @@ -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 ` 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: