Commit 61420d7a authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Relocated repositories storage to /var/lib/repositories

parent b1d8f09f
......@@ -65,7 +65,7 @@ all: database-config resque-yml nginx-conf
cd /home/git/gitlab && sudo -u git -H HOME=$(CURDIR)/gitlab-home PATH=$$PATH:$(CURDIR)/../go/go/bin GOCACHE=$(CURDIR)/gitlab-home/gocache bundle exec rake "gitlab:workhorse:install[/srv/gitlab-workhorse]" RAILS_ENV=production
ln -s /srv/gitlab-workhorse /home/git/gitlab-workhorse
chown -R git.git /home/git/gitlab-workhorse
cd /home/git/gitlab && sudo -u git -H HOME=$(CURDIR)/gitlab-home PATH=$$PATH:$(CURDIR)/../go/go/bin GOCACHE=$(CURDIR)/gitlab-home/gocache VERBOSE=1 bundle exec rake "gitlab:gitaly:install[/srv/gitaly,/home/git/repositories]" RAILS_ENV=production
cd /home/git/gitlab && sudo -u git -H HOME=$(CURDIR)/gitlab-home PATH=$$PATH:$(CURDIR)/../go/go/bin GOCACHE=$(CURDIR)/gitlab-home/gocache VERBOSE=1 bundle exec rake "gitlab:gitaly:install[/srv/gitaly,/var/lib/repositories]" RAILS_ENV=production
ln -s /srv/gitaly /home/git/gitaly
chown -R git.git /home/git/gitaly
chmod o-w /srv
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment