gitlab rake tasks refactored

This commit is contained in:
Dmitriy Zaporozhets 2012-04-04 01:02:54 +03:00
parent c40c627a3b
commit 43f5df21a3
15 changed files with 152 additions and 120 deletions

View file

@ -159,12 +159,11 @@ Permissions:
#### Setup DB
sudo -u gitlab bundle exec rake db:setup RAILS_ENV=production
sudo -u gitlab bundle exec rake db:seed_fu RAILS_ENV=production
sudo -u gitlab bundle exec rake gitlab:app:setup RAILS_ENV=production
Checking status:
sudo -u gitlab bundle exec rake gitlab_status RAILS_ENV=production
sudo -u gitlab bundle exec rake gitlab:app:status RAILS_ENV=production
# OUTPUT EXAMPLE