setup.rake 178 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 namespace :gitlab do namespace :app do desc "GITLAB | Setup production application" task :setup => ['db:setup', 'db:seed_fu', 'gitlab:app:enable_automerge'] end end