@@ -8,26 +8,13 @@ The following explains how to do certain things related to dogfooding.
8
8
9
9
### Dogfood using Coder's Deployment
10
10
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 )
31
18
32
19
### Run Coder in your Coder Workspace
33
20
0 commit comments