mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
0e50afe4cf
* fixing a lot of broken links * more fixes * add 0 as valid status codes https://tools.ietf.org/html/rfc7231#section-6.3.1 --> 0 as status code
1.1 KiB
1.1 KiB
Windows
Use the Windows installer to download the CLI and add Coder to PATH. Alternatively, you can install Coder on Windows via a standalone binary.
-
Download the Windows installer from GitHub releases or from
wingetwinget install Coder.Coder -
Run the application
-
Start a Coder server
# Automatically sets up an external access URL on *.try.coder.app coder server # Requires a PostgreSQL instance (version 13 or higher) and external access URL coder server --postgres-url <url> --access-url <url>Set
CODER_ACCESS_URLto the external URL that users and workspaces will use to connect to Coder. This is not required if you are using the tunnel. Learn more about Coder's configuration options. -
Visit the Coder URL in the logs to set up your first account, or use the CLI.
