You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dogfood/index.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -60,14 +60,6 @@ The following explains how to do certain things related to dogfooding.
60
60
1.`[http://localhost:3000](http://localhost:3000)` — backend API server 👈 Backend devs will want to talk to this
61
61
2.`[http://localhost:8080](http://localhost:8080)` — Node.js dev server 👈 Frontend devs will want to talk to this
62
62
63
-
<aside>
64
-
💡 If you’re dogfooding on v1, add a DevURL to port 8080, HTTP
65
-
If you’re dogfooding on v2, either:
66
-
- Use `coder tunnel 8080 8080`
67
-
- Use VSCode’s built-in port forwarding. See: [https://code.visualstudio.com/docs/remote/ssh](https://code.visualstudio.com/docs/remote/ssh)
68
-
69
-
</aside>
70
-
71
63
5. Ensure that you’re logged in:`./scripts/coder-dev.sh list` — should return no workspace. Ifthis returns an error, double-check the output of running `scripts/develop.sh`.
72
64
6.A template named `docker-amd64` (or `docker-arm64`if you’re on ARM) will have automatically been created foryou. If you just want to create a workspace quickly, you can run `./scripts/coder-dev.sh create myworkspace -t docker-amd64` and this will get you going quickly!
73
65
7. To create your own template, you can do:`./scripts/coder-dev.sh templates init` and choose your preferred option.
0 commit comments