Rename gitlab:app:setup task to gitlab:setup
This commit is contained in:
parent
b7457f39b4
commit
65c35466b6
2 changed files with 17 additions and 19 deletions
|
@ -260,7 +260,7 @@ used for the `email.from` setting in `config/gitlab.yml`)
|
||||||
|
|
||||||
## Initialise Database and Activate Advanced Features
|
## Initialise Database and Activate Advanced Features
|
||||||
|
|
||||||
sudo -u gitlab -H bundle exec rake gitlab:app:setup RAILS_ENV=production
|
sudo -u gitlab -H bundle exec rake gitlab:setup RAILS_ENV=production
|
||||||
|
|
||||||
|
|
||||||
## Install Init Script
|
## Install Init Script
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
namespace :gitlab do
|
namespace :gitlab do
|
||||||
namespace :app do
|
|
||||||
desc "GITLAB | Setup production application"
|
desc "GITLAB | Setup production application"
|
||||||
task :setup => :environment do
|
task :setup => :environment do
|
||||||
setup
|
setup
|
||||||
|
@ -21,4 +20,3 @@ namespace :gitlab do
|
||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
Loading…
Reference in a new issue