Skip to content
Snippets Groups Projects

Add gem install bundler to installation guide

Closed gitlab-qa-bot requested to merge github/fork/pschultz/patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -147,7 +147,7 @@ Fix the directory permissions for the repositories:
@@ -147,7 +147,7 @@ Fix the directory permissions for the repositories:
# Make sure the repositories dir is owned by git and it stays that way
# Make sure the repositories dir is owned by git and it stays that way
sudo chmod -R ug+rwX,o-rwx /home/git/repositories/
sudo chmod -R ug+rwX,o-rwx /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
sudo chown -R git:git /home/git/repositories/
find /home/git/repositories -type d -print0 | sudo xargs -0 chmod g+s
sudo -u git -H find /home/git/repositories -type d -print0 | sudo xargs -0 chmod g+s
## Add domains to list to the list of known hosts
## Add domains to list to the list of known hosts
Loading