Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/images/code-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/quickstart/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down