diff options
author | Robert Marshall <rmarshall@gitlab.com> | 2019-05-07 18:53:25 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-07 18:53:25 +0000 |
commit | 92663f73235456c5872d9ca572e572134ed4d41c (patch) | |
tree | be15590fe45bd5b6bb59301f1e78751c8c80c491 /doc/administration | |
parent | 12752f3d15a7e47ae2f12cee5489542c57e4f28c (diff) | |
download | gitlab-ce-92663f73235456c5872d9ca572e572134ed4d41c.tar.gz |
Document EE License Auto Import During Install
- Document how to properly configure `GITLAB_LICENSE_FILE` environment
variable in source and omnibus installations.
Resolves: https://gitlab.com/gitlab-org/gitlab-ee/issues/10808
Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/index.md b/doc/administration/index.md index 02e88dbd2a6..797a7242bd0 100644 --- a/doc/administration/index.md +++ b/doc/administration/index.md @@ -40,6 +40,7 @@ Learn how to install, configure, update, and maintain your GitLab instance. - [Geo](https://docs.gitlab.com/ee/administration/geo/replication/index.html): Replicate your GitLab instance to other geographic locations as a read-only fully operational version. **[PREMIUM ONLY]** - [Disaster Recovery](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/index.html): Quickly fail-over to a different site with minimal effort in a disaster situation. **[PREMIUM ONLY]** - [Pivotal Tile](https://docs.gitlab.com/ee/install/pivotal/index.html): Deploy GitLab as a pre-configured appliance using Ops Manager (BOSH) for Pivotal Cloud Foundry. **[PREMIUM ONLY]** +- [Add License](../user/admin_area/license.md): Upload a license at install time to unlock features that are in paid tiers of GitLab. **[STARTER ONLY]** ### Configuring GitLab |