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
> See [install](docs/install.md) for additional methods.
56
56
57
-
Once installed, you can start a production deployment with a single command:
57
+
Once installed, you can start a production deployment<sup>1</sup> with a single command:
58
58
59
59
```sh
60
60
# Automatically sets up an external access URL on *.try.coder.app
@@ -64,6 +64,8 @@ coder server --tunnel
64
64
coder server --postgres-url <url> --access-url <url>
65
65
```
66
66
67
+
> <sup>1</sup> The embedded database is great for trying out Coder with small deployments, but do consider using an external database for increased assurance and control.
68
+
67
69
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.
0 commit comments