18
0
Fork 0

Modif gitaly

This commit is contained in:
Benoît S. 2019-04-25 11:02:03 +02:00
parent 6dc4a0c7ab
commit 9715427b74
1 changed files with 3 additions and 0 deletions

View File

@ -315,6 +315,9 @@ Installation :
~~~
$ bundle exec rake "gitlab:gitaly:install[/home/foo/gitaly,/home/foo/repositories]" RAILS_ENV=production
$ chmod 0700 /home/foo/gitlab/tmp/sockets/private
$ app_root=/home/foo/gitlab
$ gitaly_dir=/home/foo/gitaly
$ $app_root/bin/daemon_with_pidfile $app_root/tmp/pids//gitaly.pid $gitaly_dir/gitaly $gitaly_dir/config.toml >> $app_root/log/gitaly.log 2>&1 &
~~~
## Base de données