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
ef1470cb
Commit
ef1470cb
authored
Aug 10, 2017
by
Valery Sizov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add-lfs-enablecomment-docs' into 'master'
Add comment for lfs-enabled See merge request !2653
parents
e2bf2baa
a100cd83
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/workflow/lfs/lfs_administration.md
doc/workflow/lfs/lfs_administration.md
+2
-0
No files found.
doc/workflow/lfs/lfs_administration.md
View file @
ef1470cb
...
...
@@ -22,6 +22,7 @@ There are two configuration options to help GitLab server administrators:
In
`/etc/gitlab/gitlab.rb`
:
```
ruby
# Change to true to enable lfs
gitlab_rails
[
'lfs_enabled'
]
=
false
# Optionally, change the storage path location. Defaults to
...
...
@@ -35,6 +36,7 @@ gitlab_rails['lfs_storage_path'] = "/mnt/storage/lfs-objects"
In
`config/gitlab.yml`
:
```
yaml
# Change to true to enable lfs
lfs
:
enabled
:
false
storage_path
:
/mnt/storage/lfs-objects
...
...
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