Skip to content

Commit 6543e6c

Browse files
author
Katie Horne
committed
Apply changes based on review
1 parent fedafc7 commit 6543e6c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

getting-started.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ so please feel free to contribute and provide feedback as you desire.
1212
## Setup and deploy Coder
1313

1414
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).
1918

2019
## Configure Coder
2120

2221
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
2626
controls](](.//admin/access-control/index.md) with OpenID Connect (OIDC),
2727
[create organizations](./admin/organizations.md), and create an OAuth app for
2828
your users to [connect to your Git provider](./admin/git.md).
@@ -37,11 +37,11 @@ workspaces as well.
3737
## Provision users
3838

3939
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
4545
organization](./admin/organizations.md) when a developer logs in for the first
4646
time.
4747

0 commit comments

Comments
 (0)