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
Copy file name to clipboardExpand all lines: docs/install/index.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ minimal installation of Coder, or for a step-by-step guide on how to install and
10
10
configure your first Coder deployment, follow the
11
11
[quickstart guide](../tutorials/quickstart.md).
12
12
13
-
For production deployments with 50+ users, we recommend
14
-
[installing on Kubernetes](./kubernetes.md). Otherwise, you can install Coder on
15
-
your local machineor on aVM:
13
+
##Local/Individual Installs
14
+
15
+
This install guide is meant for**individual developers, small teams, and/oropen source community members** setting up Coder locally oron asingle server. It covers the light weight install for Linux, macOS, and Windows.
16
16
17
17
<divclass="tabs">
18
18
@@ -46,12 +46,18 @@ package manager to install Coder:
46
46
winget install Coder.Coder
47
47
```
48
48
49
-
##Other
49
+
##Hosted/Enterprise Installs
50
+
51
+
This install guide is meant for**IT Administrators, DevOps, and Platform Teams** deploying Coder for an organization. It covers production-grade, multi-user installs on Kubernetes and other hosted platforms.
52
+
53
+
<div>
50
54
51
55
<children></children>
52
56
53
57
</div>
54
58
59
+
##Starting the Coder Server
60
+
55
61
To start the Coder server:
56
62
57
63
```sh
@@ -65,8 +71,3 @@ To log in to an existing Coder deployment:
65
71
```sh
66
72
coder login https://coder.example.com
67
73
```
68
-
69
-
##Next steps
70
-
71
-
-[Quickstart](../tutorials/quickstart.md)
72
-
-[Configure Control Plane Access](../admin/setup/index.md)