2021-05-03 11:10:01 -04:00
---
2022-05-29 20:08:35 -04:00
stage: Systems
2021-05-03 11:10:01 -04:00
group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---
2021-08-26 02:10:47 -04:00
# Steps after installing GitLab **(FREE SELF)**
2021-05-03 11:10:01 -04:00
Here are a few resources you might want to check out after completing the
installation.
2021-05-20 02:10:43 -04:00
## Email and notifications
2021-05-03 11:10:01 -04:00
2021-05-20 02:10:43 -04:00
- [SMTP ](https://docs.gitlab.com/omnibus/settings/smtp.html ): Configure SMTP
for proper email notifications support.
## 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.
2022-01-05 19:15:57 -05:00
- [GitLab Registry ](../administration/packages/container_registry.md ): Set up the
GitLab Container Registry so every project can have its own space to store Docker
2021-05-20 02:10:43 -04:00
images.
2022-01-05 19:15:57 -05:00
- [GitLab Dependency Proxy ](../administration/packages/dependency_proxy.md ): Set up the dependency
proxy so you can cache container images from Docker Hub for faster, more reliable builds.
2021-05-03 11:10:01 -04:00
## Security
2022-08-16 20:11:34 -04:00
- [Secure GitLab ](../security/index.md ):
2021-05-03 11:10:01 -04:00
Recommended practices to secure your GitLab instance.
2021-06-14 05:10:15 -04:00
- Sign up for the GitLab [Security Newsletter ](https://about.gitlab.com/company/preference-center/ ) to get notified for security updates upon release.
2021-05-03 11:10:01 -04:00
## Authentication
- [LDAP ](../administration/auth/ldap/index.md ): Configure LDAP to be used as
an authentication mechanism for GitLab.
2021-05-20 02:10:43 -04:00
- [SAML and OAuth ](../integration/omniauth.md ): Authenticate via online services like Okta, Google, Azure AD, and more.
2021-05-03 11:10:01 -04:00
## Backup and upgrade
- [Back up and restore GitLab ](../raketasks/backup_restore.md ): Learn the different
ways you can back up or restore GitLab.
- [Upgrade GitLab ](../update/index.md ): Every 22nd of the month, a new feature-rich GitLab version
is released. Learn how to upgrade to it, or to an interim release that contains a security fix.
- [Release and maintenance policy ](../policy/maintenance.md ): Learn about GitLab
policies governing version naming, as well as release pace for major, minor, patch,
and security releases.
2021-05-20 02:10:43 -04:00
## License
2021-05-03 11:10:01 -04:00
2022-03-07 10:22:51 -05:00
- [Add a license ](../user/admin_area/license.md ) or [start a free trial ](https://about.gitlab.com/free-trial/ ):
2021-05-20 02:10:43 -04:00
Activate all GitLab Enterprise Edition functionality with a license.
- [Pricing ](https://about.gitlab.com/pricing/ ): Pricing for the different tiers.
2021-09-23 18:34:10 -04:00
## Cross-repository Code Search
2021-05-20 02:10:43 -04:00
2022-06-14 14:09:25 -04:00
- [Advanced Search ](../integration/advanced_search/elasticsearch.md ): Leverage [Elasticsearch ](https://www.elastic.co/ ) or [OpenSearch ](https://opensearch.org/ ) for
2021-05-20 02:10:43 -04:00
faster, more advanced code search across your entire GitLab instance.
2021-05-03 11:10:01 -04:00
## Scaling and replication
- [Scaling GitLab ](../administration/reference_architectures/index.md ):
GitLab supports several different types of clustering.
- [Geo replication ](../administration/geo/index.md ):
Geo is the solution for widely distributed development teams.