Skip to content

Commit

Permalink
cleanup: don't need to change git path
Browse files Browse the repository at this point in the history
  • Loading branch information
psftw committed Nov 14, 2013
1 parent 37064b7 commit a1895d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,6 @@ cp config/gitlab.yml.example config/gitlab.yml
# Replace your_domain_name with the fully-qualified domain name of your host serving GitLab
sed -i 's|localhost|your_domain_name|g' config/gitlab.yml
# Change git's path to point to /usr/local/bin/git
sed -i 's|/usr/bin/git|/usr/local/bin/git|' config/gitlab.yml
# Make sure GitLab can write to the log/ and tmp/ directories
chown -R git log/
chown -R git tmp/
Expand Down

0 comments on commit a1895d1

Please sign in to comment.