We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37064b7 commit a1895d1Copy full SHA for a1895d1
install/centos/README.md
@@ -354,9 +354,6 @@ cp config/gitlab.yml.example config/gitlab.yml
354
# Replace your_domain_name with the fully-qualified domain name of your host serving GitLab
355
sed -i 's|localhost|your_domain_name|g' config/gitlab.yml
356
357
-# Change git's path to point to /usr/local/bin/git
358
-sed -i 's|/usr/bin/git|/usr/local/bin/git|' config/gitlab.yml
359
-
360
# Make sure GitLab can write to the log/ and tmp/ directories
361
chown -R git log/
362
chown -R git tmp/
0 commit comments