gitlabhq/lib/tasks/gitlab/setup.rake

8 lines
147 B
Ruby
Raw Normal View History

2012-04-04 01:02:54 +03:00
namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => ['db:setup', 'db:seed_fu']
end
end