gitlab rake tasks refactored
This commit is contained in:
parent
c40c627a3b
commit
43f5df21a3
15 changed files with 152 additions and 120 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue