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 workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
45
-
and whatever else Terraform lets you dream up.
45
+
Coder workspaces don't stop at compute. You can add storage buckets, secrets,
46
+
sidecars and whatever else Terraform lets you dream up.
46
47
47
48
[Learn more about managing infrastructure.](./docs/templates.md)
48
49
49
50
## IDE Support
50
51
51
-
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/).
52
+
You can use any Web IDE ([code-server](https://github.com/coder/code-server),
Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file
57
+
sync such as [mutagen](https://mutagen.io/).
52
58
53
59
<palign="center">
54
60
<imgsrc="./docs/images/ide-icons.svg"height=72>
55
61
</p>
56
62
57
63
## Installing Coder
58
64
59
-
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).
Please file [an issue](https://github.com/coder/coder/issues/new) if any information is out of date. Also refer to: [What Coder is not](./docs/about.md#what-coder-is-not).
156
+
Please file [an issue](https://github.com/coder/coder/issues/new) if any
157
+
information is out of date. Also refer to: [What Coder is
158
+
not](./docs/about.md#what-coder-is-not).
143
159
144
160
| Tool | Type | Delivery Model | Cost | Environments |
Copy file name to clipboardExpand all lines: docs/install.md
+26-13
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
# Install
2
2
3
-
This article walks you through the various ways of installing and deploying Coder.
3
+
This article walks you through the various ways of installing and deploying
4
+
Coder.
4
5
5
6
## install.sh
6
7
7
-
The easiest way to install Coder is to use our [install script](https://github.com/coder/coder/main/install.sh) for Linux and macOS. The install script
8
-
attempts to use the system package manager detection-reference if possible.
8
+
The easiest way to install Coder is to use our [install
9
+
script](https://github.com/coder/coder/main/install.sh) for Linux and macOS. The
10
+
install script attempts to use the system package manager detection-reference if
11
+
possible.
9
12
10
13
You can preview what occurs during the install process:
11
14
@@ -24,15 +27,17 @@ curl -L https://coder.com/install.sh | sh
We publish self-contained .zip and .tar.gz archives in [GitHub releases](https://github.com/coder/coder/releases). The archives bundle `coder` binary.
105
+
We publish self-contained .zip and .tar.gz archives in [GitHub
106
+
releases](https://github.com/coder/coder/releases). The archives bundle `coder`
107
+
binary.
100
108
101
-
1. Download the [release archive](https://github.com/coder/coder/releases) appropriate for your operating system
109
+
1. Download the [release archive](https://github.com/coder/coder/releases)
110
+
appropriate for your operating system
102
111
103
-
1. Unzip the folder you just downloaded, and move the `coder` executable to a location that's on your `PATH`
112
+
1. Unzip the folder you just downloaded, and move the `coder` executable to a
113
+
location that's on your `PATH`
104
114
105
115
```sh
106
116
# ex. MacOS and Linux
107
117
mv coder /usr/local/bin
108
118
```
109
119
110
-
> Windows users: see [this guide](https://answers.microsoft.com/en-us/windows/forum/all/adding-path-variable/97300613-20cb-4d85-8d0e-cc9d3549ba23) for adding folders to `PATH`.
0 commit comments