Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e25b1446
Commit
e25b1446
authored
Sep 03, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add omnibus instractions for packages feature
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
2554a798
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/administration/maven_packages.md
doc/administration/maven_packages.md
+8
-1
No files found.
doc/administration/maven_packages.md
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment