summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRovanion Luckey <rovanion.luckey@gmail.com>2013-12-10 10:22:22 +0100
committerRovanion Luckey <rovanion.luckey@gmail.com>2013-12-10 10:22:22 +0100
commitfc088f0c715cfebfad98532c23975221eff5c2d1 (patch)
tree47f1ad92dbca14cc0eee30d032afcf75c7ae6503
parent38be0ed79e8643e002b0e0697aba2fb553a78a0b (diff)
downloadgitlab-ce-fc088f0c715cfebfad98532c23975221eff5c2d1.tar.gz
installation.md - Fixed typo
-rw-r--r--doc/install/installation.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index c509088d137..a835740d5a0 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -282,7 +282,10 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup.
Download the init script (will be /etc/init.d/gitlab):
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
- sudo cp lib/support/init.d/gitlab /etc/default/gitlab
+
+And if you are installing with a non-default folder or user copy and edit the defaults file:
+
+ sudo cp lib/support/init.d/gitlab.default.example /etc/default/gitlab
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.