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
@@ -53,8 +52,8 @@ curl -L https://coder.com/install.sh | sh
53
52
# Start the Coder server (caches data in ~/.cache/coder)
54
53
coder server
55
54
56
-
# Navigate to http://localhost:3000 to create your initial user
57
-
# Create a Docker template, and provision a workspace
55
+
# Navigate to http://localhost:3000 to create your initial user,
56
+
# create a Docker template, and provision a workspace
58
57
```
59
58
60
59
## Install
@@ -68,11 +67,11 @@ Releases.
68
67
curl -L https://coder.com/install.sh | sh
69
68
```
70
69
71
-
You can run the install script with `--dry-run` to see the commands that will be used to install without executing them. You can modify the installation process by including flags. Run the install script with `--help` for reference.
70
+
You can run the install script with `--dry-run` to see the commands that will be used to install without executing them. Run the install script with `--help` for additional flags.
72
71
73
72
> See [install](https://coder.com/docs/v2/latest/install) for additional methods.
74
73
75
-
Once installed, you can start a production deployment<sup>1</sup> with a single command:
74
+
Once installed, you can start a production deployment with a single command:
76
75
77
76
```shell
78
77
# Automatically sets up an external access URL on *.try.coder.app
@@ -82,8 +81,6 @@ coder server
82
81
coder server --postgres-url <url> --access-url <url>
83
82
```
84
83
85
-
> <sup>1</sup> For production deployments, set up an external PostgreSQL instance for reliability.
86
-
87
84
Use `coder --help` to get a list of flags and environment variables. Use our [install guides](https://coder.com/docs/v2/latest/install) for a full walkthrough.
88
85
89
86
## Documentation
@@ -96,30 +93,26 @@ Browse our docs [here](https://coder.com/docs/v2) or visit a specific section be
96
93
-[**Administration**](https://coder.com/docs/v2/latest/admin): Learn how to operate Coder
97
94
-[**Enterprise**](https://coder.com/docs/v2/latest/enterprise): Learn about our paid features built for large teams
98
95
99
-
## Community and Support
96
+
## Support
100
97
101
98
Feel free to [open an issue](https://github.com/coder/coder/issues/new) if you have questions, run into bugs, or have a feature request.
102
99
103
-
[Join our Discord](https://discord.gg/coder) or [Slack](https://cdr.co/join-community) to provide feedback on in-progress features, and chat with the community using Coder!
104
-
105
-
## Contributing
106
-
107
-
Contributions are welcome! Read the [contributing docs](https://coder.com/docs/v2/latest/CONTRIBUTING) to get started.
108
-
109
-
Find our list of contributors [here](https://github.com/coder/coder/graphs/contributors).
100
+
[Join our Discord](https://discord.gg/coder) to provide feedback on in-progress features, and chat with the community using Coder!
110
101
111
-
## Related
102
+
## Integrations
112
103
113
104
We are always working on new integrations. Feel free to open an issue to request an integration. Contributions are welcome in any official or community repositories.
114
105
115
106
### Official
116
107
117
108
-[**VS Code Extension**](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote): Open any Coder workspace in VS Code with a single click
118
109
-[**JetBrains Gateway Extension**](https://plugins.jetbrains.com/plugin/19620-coder): Open any Coder workspace in JetBrains Gateway with a single click
110
+
-[**Dev Container Builder**](https://github.com/coder/envbuilder): Build development environments using `devcontainer.json` on Docker, Kubernetes, and OpenShift
111
+
-[**Module Registry**](https://registry.coder.com): Extend development environments with common use-cases
112
+
-[**Kubernetes Log Stream**](https://github.com/coder/coder-logstream-kube): Stream Kubernetes Pod events to the Coder startup logs
119
113
-[**Self-Hosted VS Code Extension Marketplace**](https://github.com/coder/code-marketplace): A private extension marketplace that works in restricted or airgapped networks integrating with [code-server](https://github.com/coder/code-server).
120
114
121
115
### Community
122
116
123
117
-[**Provision Coder with Terraform**](https://github.com/ElliotG/coder-oss-tf): Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform
124
-
-[**Coder GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates
125
-
-[**Various Templates**](./examples/templates/community-templates.md): Hetzner Cloud, Docker in Docker, and other templates the community has built.
118
+
-[**Coder Template GitHub Action**](https://github.com/marketplace/actions/update-coder-template): A GitHub Action that updates Coder templates
0 commit comments