22
0
Fork 0

Retrait d'une opération non nécessaire

This commit is contained in:
Benoît S. 2019-04-25 10:50:56 +02:00
parent 7b6b7b63fb
commit c6f019a58c
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ Installation :
~~~
$ bundle exec rake "gitlab:gitaly:install[/home/foo/gitaly,/home/foo/repositories]" RAILS_ENV=production
$ chmod 0700 /home/foo/gitlab/tmp/sockets/private
$ chown git /home/foo/gitlab/tmp/sockets/private
$ cd /home/foo/gitaly
$ sed -i -e 's@/home/git@/home/foo@g' config.toml
$ cd -