]> git.pld-linux.org Git - packages/gitlab-ce.git/commitdiff
use gitlab-rake wrapper
authorElan Ruusamäe <glen@delfi.ee>
Sun, 21 Aug 2016 13:20:22 +0000 (16:20 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 21 Aug 2016 13:20:22 +0000 (16:20 +0300)
gitlab-ce.spec

index c6947016ad7f373e13c6760c54176aaa9276c8b8..4a7cce5a4778f3a97f14e766f1de07f7ac2c42db 100644 (file)
@@ -244,7 +244,7 @@ if [ $1 -eq 1 ]; then
        systemctl -q start gitlab-sidekiq
        systemctl -q start gitlab.target
        echo "Create and configure database in %{_sysconfdir}/gitlab/database.yml"
-       echo "Then run 'sudo -u gitlab bundle exec rake gitlab:setup RAILS_ENV=production'"
+       echo "Then run 'gitlab-rake gitlab:setup'"
        echo
 else
        systemctl -q try-restart gitlab-unicorn || :
This page took 0.074166 seconds and 4 git commands to generate.