add gitlab shell
This commit is contained in:
parent
ec7fd08352
commit
d94d1c5ef8
1 changed files with 3 additions and 0 deletions
3
debian/rake-tasks.sh
vendored
3
debian/rake-tasks.sh
vendored
|
@ -4,6 +4,9 @@
|
|||
|
||||
echo "Initializing database..."
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:setup RAILS_ENV=production force=yes'
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:shell:install[v2.6.5]\
|
||||
REDIS_URL=unix:/var/run/redis/redis.sock \
|
||||
SHELL_ROOT_PATH=/usr/share/gitlab-shell RAILS_ENV=production'
|
||||
echo "Precompiling assets..."
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production'
|
||||
su ${gitlab_user} -s /bin/sh -c 'touch public/source.tar.gz'
|
||||
|
|
Loading…
Reference in a new issue