Commit 79ac0e9b3e19b3f606fb2ca3cf9ed9363cf0ddf9
1 parent
4c61538b
Exists in
master
and in
4 other branches
Edit config/gitlab.yml when compiling git
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -99,8 +99,7 @@ Make sure you have the right version of Git installed |
99 | 99 | # Install into /usr/local/bin |
100 | 100 | sudo make prefix=/usr/local install |
101 | 101 | |
102 | - # Create a symlink for GitLab | |
103 | - sudo ln -s /usr/local/bin/git /usr/bin/git | |
102 | + # When editing config/gitlab.yml (Step 6), change the git bin_path to /usr/local/bin/git | |
104 | 103 | |
105 | 104 | **Note:** In order to receive mail notifications, make sure to install a |
106 | 105 | mail server. By default, Debian is shipped with exim4 whereas Ubuntu |
... | ... | @@ -195,6 +194,8 @@ You can change `6-1-stable` to `master` if you want the *bleeding edge* version, |
195 | 194 | |
196 | 195 | # Make sure to change "localhost" to the fully-qualified domain name of your |
197 | 196 | # host serving GitLab where necessary |
197 | + # | |
198 | + # If you installed Git from source, change the git bin_path to /usr/local/bin/git | |
198 | 199 | sudo -u git -H editor config/gitlab.yml |
199 | 200 | |
200 | 201 | # Make sure GitLab can write to the log/ and tmp/ directories | ... | ... |