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
[Coder](https://coder.com) enables organizations to set up development environments in their public or private cloud infrastructure. Cloud development environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and are automatically shut down when not in use to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads that are most beneficial to them.
33
+
[Coder](https://coder.com) enables organizations to set up development environments in their public or private cloud infrastructure. Cloud development environments are defined with Terraform, connected through a secure high-speed Wireguard® tunnel, and automatically shut down when not used to save on costs. Coder gives engineering teams the flexibility to use the cloud for workloads most beneficial to them.
34
34
35
35
- Define cloud development environments in Terraform
36
36
- EC2 VMs, Kubernetes Pods, Docker Containers, etc.
@@ -53,7 +53,7 @@ curl -L https://coder.com/install.sh | sh
53
53
coder server
54
54
55
55
# Navigate to http://localhost:3000 to create your initial user,
56
-
# create a Docker template, and provision a workspace
56
+
# create a Docker template and provision a workspace
57
57
```
58
58
59
59
## Install
@@ -69,7 +69,7 @@ curl -L https://coder.com/install.sh | sh
69
69
70
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.
71
71
72
-
> See [install](https://coder.com/docs/v2/latest/install) for additional methods.
72
+
> See [install](https://coder.com/docs/install) for additional methods.
73
73
74
74
Once installed, you can start a production deployment with a single command:
75
75
@@ -81,27 +81,27 @@ coder server
81
81
coder server --postgres-url <url> --access-url <url>
82
82
```
83
83
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.
84
+
Use `coder --help` to get a list of flags and environment variables. Use our [install guides](https://coder.com/docs/install) for a complete walkthrough.
85
85
86
86
## Documentation
87
87
88
-
Browse our docs [here](https://coder.com/docs/v2) or visit a specific section below:
88
+
Browse our docs [here](https://coder.com/docs) or visit a specific section below:
89
89
90
-
-[**Templates**](https://coder.com/docs/v2/latest/templates): Templates are written in Terraform and describe the infrastructure for workspaces
91
-
-[**Workspaces**](https://coder.com/docs/v2/latest/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development
92
-
-[**IDEs**](https://coder.com/docs/v2/latest/ides): Connect your existing editor to a workspace
93
-
-[**Administration**](https://coder.com/docs/v2/latest/admin): Learn how to operate Coder
94
-
-[**Enterprise**](https://coder.com/docs/v2/latest/enterprise): Learn about our paid features built for large teams
90
+
-[**Templates**](https://coder.com/docs/templates): Templates are written in Terraform and describe the infrastructure for workspaces
91
+
-[**Workspaces**](https://coder.com/docs/workspaces): Workspaces contain the IDEs, dependencies, and configuration information needed for software development
92
+
-[**IDEs**](https://coder.com/docs/ides): Connect your existing editor to a workspace
93
+
-[**Administration**](https://coder.com/docs/admin): Learn how to operate Coder
94
+
-[**Enterprise**](https://coder.com/docs/enterprise): Learn about our paid features built for large teams
95
95
96
96
## Support
97
97
98
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.
99
99
100
-
[Join our Discord](https://discord.gg/coder) to provide feedback on in-progress features, and chat with the community using Coder!
100
+
[Join our Discord](https://discord.gg/coder) to provide feedback on in-progress features and chat with the community using Coder!
101
101
102
102
## Integrations
103
103
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.
104
+
We are always working on new integrations. Please feel free to open an issue and ask for an integration. Contributions are welcome in any official or community repositories.
105
105
106
106
### Official
107
107
@@ -120,7 +120,7 @@ We are always working on new integrations. Feel free to open an issue to request
120
120
## Contributing
121
121
122
122
We are always happy to see new contributors to Coder. If you are new to the Coder codebase, we have
123
-
[a guide on how to get started](https://coder.com/docs/v2/latest/CONTRIBUTING). We'd love to see your
123
+
[a guide on how to get started](https://coder.com/docs/CONTRIBUTING). We'd love to see your
0 commit comments