Commit f8bb601d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

gitlab-shell needs go for building

parent 32708e0d
......@@ -39,12 +39,12 @@ all: database-config
@echo "$$DATABASE_CONFIG" > /srv/www/config/database.yml
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
cd /srv/www && HOME="/tmp" bundle install --deployment --without development test mysql aws kerberos
cd /srv/www && HOME="/tmp" GOPATH=$(CURDIR)/../go/go GOCACHE=/tmp/gocache 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:
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