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