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: README.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Coder creates remote development machines so your team can develop from anywhere
33
33
> **Note**:
34
34
> Coder is in an alpha state. [Report issues here](https://github.com/coder/coder/issues/new).
35
35
36
-
There are a few ways to install Coder: [install script](./docs/install.md#installsh) (macOS, Linux), [docker-compose](./docs/install.md#docker-compose), or [manually](./docs/install.md#manual) via the latest release (macOS, Windows, and Linux).
36
+
There are a few ways to install Coder: [install script](https://coder.com/docs/coder-oss/latest/install#installsh) (macOS, Linux), [docker-compose](https://coder.com/docs/coder-oss/latest/install#docker-compose), or [manually](https://coder.com/docs/coder-oss/latest/install#manual) via the latest release (macOS, Windows, and Linux).
37
37
38
38
If you use the install script, you can preview what occurs during the install process:
39
39
@@ -47,21 +47,25 @@ To install, run:
47
47
curl -fsSL https://coder.com/install.sh | sh
48
48
```
49
49
50
-
Once installed, you can run a temporary deployment in dev mode (all data is in-memory and destroyed on exit):
50
+
Once installed, you can start a production deployment with a single command:
51
51
52
52
```sh
53
-
coder server --dev
53
+
# Automatically sets up an external access URL on *.try.coder.app
54
+
coder server --tunnel
55
+
56
+
# Requires a PostgreSQL instance and external access URL
57
+
coder server --postgres-url <url> --access-url <url>
54
58
```
55
59
56
-
Use `coder --help` to get a complete list of flags and environment variables. Use our [quickstart guide](./docs/quickstart.md) for a full walkthrough.
60
+
Use `coder --help` to get a complete list of flags and environment variables. Use our [quickstart guide](https://coder.com/docs/coder-oss/latest/quickstart) for a full walkthrough.
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./docs/about.md#what-coder-is-not).
68
+
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](https://coder.com/docs/coder-oss/latest/about#what-coder-is-not).
65
69
66
70
| Tool | Type | Delivery Model | Cost | Environments |
0 commit comments