Commit fc088f0c715cfebfad98532c23975221eff5c2d1
1 parent
38be0ed7
Exists in
master
and in
4 other branches
installation.md - Fixed typo
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -282,7 +282,10 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. |
282 | 282 | Download the init script (will be /etc/init.d/gitlab): |
283 | 283 | |
284 | 284 | sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab |
285 | - sudo cp lib/support/init.d/gitlab /etc/default/gitlab | |
285 | + | |
286 | +And if you are installing with a non-default folder or user copy and edit the defaults file: | |
287 | + | |
288 | + sudo cp lib/support/init.d/gitlab.default.example /etc/default/gitlab | |
286 | 289 | |
287 | 290 | If you installed gitlab in another directory or as a user other than the default you should change these settings in /etc/default/gitlab. Do not edit /etc/init.d/gitlab as it will be changed on upgrade. |
288 | 291 | ... | ... |