diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-05-29 17:28:49 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-06-04 23:04:44 +0200 |
commit | 793955cdfc8f2c2e6f19161426b80e63f8bffe02 (patch) | |
tree | 533e92bb8c7e6fb57e61d9f203be2b71b9374d94 | |
parent | a76bf07ae2ecaf47dab58cbeac37cb82ae8d3ad8 (diff) | |
download | gitlab-ce-793955cdfc8f2c2e6f19161426b80e63f8bffe02.tar.gz |
We need to change config in step 5
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 866032fb7c9..d1acff3e49b 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -76,7 +76,7 @@ Is the system packaged Git too old? Remove it and compile from source. # Install into /usr/local/bin sudo make prefix=/usr/local install - # When editing config/gitlab.yml (Step 6), change the git bin_path to /usr/local/bin/git + # When editing config/gitlab.yml (Step 5), change the git bin_path to /usr/local/bin/git **Note:** In order to receive mail notifications, make sure to install a mail server. By default, Debian is shipped with exim4 whereas Ubuntu does not ship with one. The recommended mail server is postfix and you can install it with: |