Skip to content

Commit ed4c517

Browse files
committed
fixup!: simplify dogfood steps
1 parent 33c504d commit ed4c517

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

docs/dogfood/index.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,13 @@ The following explains how to do certain things related to dogfooding.
88

99
### Dogfood using Coder's Deployment
1010

11-
1. Go to [https://dev.coder.com](https://dev.coder.com/)
12-
- If you see a dialog/pop-up, hit "Cancel" (this is because of Rippling)
13-
2. Sign in with GitHub
14-
3. Clone the repo: `git clone git@github.com:coder/coder.git`
15-
4. Run `make bin`. The binaries will be created in the `./dist` folder.
16-
5. `coder login https://dev.coder.com`
17-
6. `coder template create` - create a new template from the current directory
18-
1. e.g. `coder template create docker -d ./examples/templates/docker`
19-
7. `coder create` - create a new workspace
20-
1. e.g. `coder create my-workspace -t docker`
21-
8. `coder config-ssh` - configure local SSH settings
22-
23-
<aside>
24-
⚠️ If you create a new workspace, you need to re-run this command.
25-
26-
</aside>
27-
28-
9. There are two options from here:
29-
1. Option 1: ssh into workspace and start coding with vim
30-
2. Option 2: use VS Code - [Remote SSH extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh)
11+
1. Go to [https://dev.coder.com/templates/coder-ts](https://dev.coder.com/templates/coder-ts)
12+
1. If you don't have an account, sign in with GitHub
13+
2. If you see a dialog/pop-up, hit "Cancel" (this is because of Rippling)
14+
2. Create a workspace
15+
3. [Connect with your favorite IDE](https://coder.com/docs/coder-oss/latest/ides)
16+
4. Clone the repo: `git clone git@github.com:coder/coder.git`
17+
5. Follow the [contributing guide](https://coder.com/docs/coder-oss/latest/CONTRIBUTING)
3118

3219
### Run Coder in your Coder Workspace
3320

0 commit comments

Comments
 (0)