@@ -12,17 +12,17 @@ so please feel free to contribute and provide feedback as you desire.
12
12
## Setup and deploy Coder
13
13
14
14
To get started with Coder, you’ll need to [ deploy Coder] ( ./setup/index.md ) to a
15
- [ Kubernetes cluster] ( ./setup/kubernetes/index.md ) . We have documentation to
16
- assist you with [ creating a cluster] ( ./setup/kubernetes/index.md ) if needed.
17
- Once you have a cluster, you can [ install Coder via
18
- Helm] ( ./setup/installation.md ) .
15
+ Kubernetes cluster. We have documentation to help you [ create a
16
+ cluster] ( ./setup/kubernetes/index.md ) if needed. Once you have a cluster, you
17
+ can [ install Coder via Helm] ( ./setup/installation.md ) .
19
18
20
19
## Configure Coder
21
20
22
21
After you deploy Coder, you’ll need to [ upload your license
23
- file] ( ./setup/configuration.md ) before you can configure the application. Once
24
- logged in, you’ll be able to access the [ administration
25
- management] ( .//admin/index.md ) menu to set up things such as [ access
22
+ file] ( ./setup/configuration.md ) before you can configure the application (you
23
+ can get a trial license for free [ here] ( https://coder.com/trial ) ). Once logged
24
+ in, you’ll be able to access the [ administration management] ( .//admin/index.md )
25
+ menu to set up things such as [ access
26
26
controls] (] ( .//admin/access-control/index.md ) with OpenID Connect (OIDC),
27
27
[ create organizations] ( ./admin/organizations.md ) , and create an OAuth app for
28
28
your users to [ connect to your Git provider] ( ./admin/git.md ) .
@@ -37,11 +37,11 @@ workspaces as well.
37
37
## Provision users
38
38
39
39
With some base configuration done, you’ll want to allow your developers to begin
40
- using Coder. [ Within our Admin Guides ] ( ./guides/admin/index.md ) , we have steps
41
- to set up OpenID Connect (OIDC) with [ Azure AD] ( ./guides/admin/oidc-azuread.md )
42
- or [ Okta] ( ./guides/admin/oidc-okta.md ) . If you are using another Identity
43
- Provider (IdP), the process should be very similar. With OIDC configured, Coder
44
- will automatically create a user and add them to the [ default
40
+ using Coder. You can manually create and invite users, or you can set up OpenID
41
+ Connect (OIDC) with [ Azure AD] ( ./guides/admin/oidc-azuread.md ) or
42
+ [ Okta] ( ./guides/admin/oidc-okta.md ) . If you are using another Identity Provider
43
+ (IdP), the process should be very similar. With OIDC configured, Coder will
44
+ automatically create a user and add them to the [ default
45
45
organization] ( ./admin/organizations.md ) when a developer logs in for the first
46
46
time.
47
47
0 commit comments