Skip to content

Commit a16a04a

Browse files
committed
first template docs
1 parent a611c7b commit a16a04a

File tree

1 file changed

+1
-59
lines changed

1 file changed

+1
-59
lines changed

docs/install.md

+1-59
Original file line numberDiff line numberDiff line change
@@ -92,65 +92,7 @@ Coder](https://github.com/coder/coder/releases) installed.
9292
ghcr.io/coder/coder:v0.5.10
9393
```
9494

95-
1. Open a new terminal window, and run `coder login <yourAccessURL>` to create
96-
your first user (once you've done so, you can navigate to `yourAccessURL` and
97-
log in with these credentials).
98-
99-
1. Next, copy a sample template into a new directory so that you can create a custom template in a
100-
subsequent step (be sure that you're working in the directory where you want
101-
your templates stored):
102-
103-
```console
104-
coder templates init
105-
```
106-
107-
Choose the "Develop in Docker" example to generate a sample template in the
108-
`docker` subdirectory.
109-
110-
1. Navigate into the new directory and create a new template:
111-
112-
```console
113-
cd docker
114-
coder templates create
115-
```
116-
117-
Follow the prompts displayed to proceed. When done, you'll see the following
118-
message:
119-
120-
```console
121-
The docker template has been created! Developers can
122-
provision a workspace with this template using:
123-
124-
coder create --template="docker" [workspace name]
125-
```
126-
127-
1. At this point, you're ready to provision your first workspace:
128-
129-
```console
130-
coder create --template="docker" [workspace name]
131-
```
132-
133-
Follow the on-screen prompts to set the parameters for your workspace. If
134-
the process is successful, you'll get information regarding your workspace:
135-
136-
```console
137-
┌─────────────────────────────────────────────────────────────────┐
138-
│ RESOURCE STATUS ACCESS │
139-
├─────────────────────────────────────────────────────────────────┤
140-
│ docker_container.workspace ephemeral │
141-
│ └─ dev (linux, amd64) ⦾ connecting [0s] coder ssh main │
142-
├─────────────────────────────────────────────────────────────────┤
143-
│ docker_volume.coder_volume ephemeral │
144-
└─────────────────────────────────────────────────────────────────┘
145-
The main workspace has been created!
146-
```
147-
148-
You can now access your workspace via your web browser by navigating to your
149-
access URL, or you can connect to it via SSH by running:
150-
151-
```console
152-
coder ssh [workspace name]
153-
```
95+
1. Follow the on-screen instructions to create your first template and workspace
15496

15597
## Manual
15698

0 commit comments

Comments
 (0)