Commit 95746e5f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added installation of gitlab-workhorse, gitaly and gitlab assets

parent 8e9162fb
...@@ -26,6 +26,11 @@ all: ...@@ -26,6 +26,11 @@ all:
rm -rf /srv/www/index.html rm -rf /srv/www/index.html
cd /srv/www && HOME="/tmp" && bundle install --deployment --without development test mysql aws kerberos cd /srv/www && HOME="/tmp" && bundle install --deployment --without development test mysql aws kerberos
cd /srv/www && HOME="/tmp" && bundle exec rake gitlab:shell:install RAILS_ENV=production
cd /srv/www && HOME="/tmp" && bundle exec rake "gitlab:workhorse:install[/srv/www/gitlab-workhorse]" RAILS_ENV=production
cd /srv/www && HOME="/tmp" && bundle exec rake "gitlab:gitaly:install[/srv/www/gitaly,/srv/www/repositories]" RAILS_ENV=production
cd /srv/www && HOME="/tmp" && yarn install --production --pure-lockfile
cd /srv/www && HOME="/tmp" && bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
postinstall: postinstall:
install -v -m775 -o postgres -g postgres -d /run/postgresql install -v -m775 -o postgres -g postgres -d /run/postgresql
......
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