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 creates remote development machines so you can develop your code from anywhere. #coder
17
-
18
-
> **Note**:
19
-
> Coder is in an alpha state, but any serious bugs are P1 for us so [please report them](https://github.com/coder/coder/issues/new/choose).
11
+
Coder creates remote development machines so your team can develop from anywhere.
20
12
21
13
<palign="center">
22
14
<imgsrc="./docs/images/hero-image.png">
23
15
</p>
24
16
25
-
**Code more**
26
-
27
-
- Build and test faster
28
-
- Leveraging cloud CPUs, RAM, network speeds, etc.
29
-
- Access your environment from any place on any client (even an iPad)
30
-
- Onboard instantly then stay up to date continuously
31
-
32
17
**Manage less**
33
18
34
19
- Ensure your entire team is using the same tools and resources
35
20
- Rollout critical updates to your developers with one command
36
21
- Automatically shut down expensive cloud resources
37
22
- Keep your source code and data behind your firewall
38
23
39
-
## How it works
40
-
41
-
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
42
-
required to get started. We have a database of pre-made templates built into the
43
-
product.
44
-
45
-
<palign="center">
46
-
<imgsrc="./docs/images/providers-compute.png">
47
-
</p>
48
-
49
-
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
50
-
and whatever else Terraform lets you dream up.
51
-
52
-
[Learn more about managing infrastructure.](./docs/templates.md)
53
-
54
-
## IDE Support
24
+
**Code more**
55
25
56
-
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
26
+
- Build and test faster
27
+
- Leveraging cloud CPUs, RAM, network speeds, etc.
28
+
- Access your environment from any place on any client (even an iPad)
29
+
- Onboard instantly then stay up to date continuously
57
30
58
-
<palign="center">
59
-
<imgsrc="./docs/images/ide-icons.svg"height=72>
60
-
</p>
31
+
## Getting Started
61
32
62
-
## Installing Coder
33
+
> **Note**:
34
+
> Coder is in an alpha state. [Report issues here](https://github.com/coder/coder/issues/new).
63
35
64
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).
65
37
@@ -81,66 +53,11 @@ Once installed, you can run a temporary deployment in dev mode (all data is in-m
81
53
coder server --dev
82
54
```
83
55
84
-
Use `coder --help` to get a complete list of flags and environment variables.
85
-
86
-
## Creating your first template and workspace
87
-
88
-
In a new terminal window, run the following to copy a sample template:
89
-
90
-
```bash
91
-
coder templates init
92
-
```
93
-
94
-
Follow the CLI instructions to modify and create the template specific for your
95
-
usage (e.g., a template to **Develop in Linux on Google Cloud**).
0 commit comments