Commit 1dca5cf8 authored by Joshua Lambert's avatar Joshua Lambert

Merge branch 'ap-re-order-install-next-steps' into 'master'

Re-order installation next steps

See merge request gitlab-org/gitlab!61378
parents faa4b514 3ef08b51
...@@ -9,11 +9,20 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -9,11 +9,20 @@ info: To determine the technical writer assigned to the Stage/Group associated w
Here are a few resources you might want to check out after completing the Here are a few resources you might want to check out after completing the
installation. installation.
## License ## Email and notifications
- [Upload a license](../user/admin_area/license.md) or [start a free trial](https://about.gitlab.com/free-trial/): - [SMTP](https://docs.gitlab.com/omnibus/settings/smtp.html): Configure SMTP
Activate all GitLab Enterprise Edition functionality with a license. for proper email notifications support.
- [Pricing](https://about.gitlab.com/pricing/): Pricing for the different tiers.
## CI/CD
- [Set up runners](https://docs.gitlab.com/runner/): Set up one or more GitLab
Runners, the agents that are responsible for all of the GitLab CI/CD features.
- [GitLab Pages](../administration/pages/index.md): Configure GitLab Pages to
allow hosting of static sites.
- [GitLab Registry](../administration/packages/container_registry.md): With the
GitLab Container Registry, every project can have its own space to store Docker
images.
## Security ## Security
...@@ -24,11 +33,7 @@ installation. ...@@ -24,11 +33,7 @@ installation.
- [LDAP](../administration/auth/ldap/index.md): Configure LDAP to be used as - [LDAP](../administration/auth/ldap/index.md): Configure LDAP to be used as
an authentication mechanism for GitLab. an authentication mechanism for GitLab.
- [SAML and OAuth](../integration/omniauth.md): Authenticate via online services like Okta, Google, Azure AD, and more.
## Email and notifications
- [SMTP](https://docs.gitlab.com/omnibus/settings/smtp.html): Configure SMTP
for proper email notifications support.
## Backup and upgrade ## Backup and upgrade
...@@ -40,15 +45,16 @@ installation. ...@@ -40,15 +45,16 @@ installation.
policies governing version naming, as well as release pace for major, minor, patch, policies governing version naming, as well as release pace for major, minor, patch,
and security releases. and security releases.
## CI/CD ## License
- [Set up runners](https://docs.gitlab.com/runner/): Set up one or more GitLab - [Upload a license](../user/admin_area/license.md) or [start a free trial](https://about.gitlab.com/free-trial/):
Runners, the agents that are responsible for all of the GitLab CI/CD features. Activate all GitLab Enterprise Edition functionality with a license.
- [GitLab Pages](../administration/pages/index.md): Configure GitLab Pages to - [Pricing](https://about.gitlab.com/pricing/): Pricing for the different tiers.
allow hosting of static sites.
- [GitLab Registry](../administration/packages/container_registry.md): With the ## Cross-repo Code Search
GitLab Container Registry, every project can have its own space to store Docker
images. - [Advanced Search](../integration/elasticsearch.md): Leverage Elasticsearch for
faster, more advanced code search across your entire GitLab instance.
## Scaling and replication ## Scaling and replication
...@@ -56,8 +62,3 @@ installation. ...@@ -56,8 +62,3 @@ installation.
GitLab supports several different types of clustering. GitLab supports several different types of clustering.
- [Geo replication](../administration/geo/index.md): - [Geo replication](../administration/geo/index.md):
Geo is the solution for widely distributed development teams. Geo is the solution for widely distributed development teams.
## Search
- [Advanced Search](../integration/elasticsearch.md): Leverage Elasticsearch for
faster, more advanced code search across your entire GitLab instance.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment