- Notifications
You must be signed in to change notification settings - Fork1k
docs: orient install page towards enterprise and community members#20041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
+10 −9
Merged
Changes fromall commits
Commits
Show all changes
7 commits Select commitHold shift + click to select a range
4936924
see if i can get enterprise options at top
david-fraley38ed13a
segment more
david-fraleyf723a21
remove nextsteps
david-fraley6e598f6
formatting
david-fraley7ffa129
spacing
david-fraleybfdbf1f
reorder
david-fraleydcd7754
Merge branch 'main' into df/install-enterprise-orient
david-fraleyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
19 changes: 10 additions & 9 deletionsdocs/install/index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
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 | ||
configure your first Coder deployment, follow the | ||
[quickstart guide](../tutorials/quickstart.md). | ||
## Local/Individual Installs | ||
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. | ||
david-fraley marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
<div class="tabs"> | ||
@@ -46,12 +46,18 @@ package manager to install Coder: | ||
winget install Coder.Coder | ||
``` | ||
## Hosted/Enterprise Installs | ||
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. | ||
<div> | ||
<children></children> | ||
</div> | ||
## Starting the Coder Server | ||
To start the Coder server: | ||
```sh | ||
@@ -65,8 +71,3 @@ To log in to an existing Coder deployment: | ||
```sh | ||
coder login https://coder.example.com | ||
``` | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.