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

View file

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