Commit 65c35466 authored by Riyad Preukschas's avatar Riyad Preukschas

Rename gitlab:app:setup task to gitlab:setup

parent b7457f39
......@@ -260,7 +260,7 @@ used for the `email.from` setting in `config/gitlab.yml`)
## 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
......
namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => :environment do
setup
......@@ -20,5 +19,4 @@ namespace :gitlab do
puts "Quitting...".red
exit 1
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment