Commit fdd10597 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'dz-fix-maven-omnibus' into 'master'

Add omnibus instractions for packages feature

See merge request gitlab-org/gitlab-ee!7212
parents bb7ff51c e25b1446
...@@ -11,7 +11,13 @@ When enabled, every project in GitLab will have its own space to store Maven pac ...@@ -11,7 +11,13 @@ When enabled, every project in GitLab will have its own space to store Maven pac
**Omnibus GitLab installations** **Omnibus GitLab installations**
# TODO: Update this section once https://gitlab.com/gitlab-org/gitlab-ee/issues/7253 is resolved 1. Edit `/etc/gitlab/gitlab.rb` and add the following line:
```ruby
gitlab_rails['packages_enabled'] = true
```
1. Save the file and [reconfigure GitLab][] for the changes to take effect.
**Installations from source** **Installations from source**
...@@ -33,4 +39,5 @@ where: ...@@ -33,4 +39,5 @@ where:
| --------- | ----------- | | --------- | ----------- |
| `enabled` | `true` or `false`. Enables the packages repository in GitLab. By default this is `false`. | | `enabled` | `true` or `false`. Enables the packages repository in GitLab. By default this is `false`. |
[reconfigure gitlab]: restart_gitlab.md#omnibus-gitlab-reconfigure "How to reconfigure Omnibus GitLab"
[ee-5811]: https://gitlab.com/gitlab-org/gitlab-ee/issues/5811 [ee-5811]: https://gitlab.com/gitlab-org/gitlab-ee/issues/5811
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