Rake aborted - Don't know how to build task 'gitlab:app:setup'
Closed
Rake aborted - Don't know how to build task 'gitlab:app:setup'
Created by: ghost
I install according to instructions: http://thoughtpointers.net/2012/10/07/installing-gitlab-on-os-x/ But faced with the problem in initialise database and activate advanced features:
Alexs-MacBook-Pro:gitlab gitlab$ bundle exec rake gitlab:app:setup RAILS_ENV=production --trace
rake aborted!
Don't know how to build task 'gitlab:app:setup'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/task_manager.rb:49:in `[]'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:142:in `invoke_task'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:101:in `block (2 levels) in top_level'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:101:in `each'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:101:in `block in top_level'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:110:in `run_with_threads'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:95:in `top_level'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:73:in `block in run'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:160:in `standard_exception_handling'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/lib/rake/application.rb:70:in `run'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/gems/rake-10.0.3/bin/rake:33:in `<top (required)>'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:23:in `load'
/Users/gitlab/gitlab/vendor/bundle/ruby/1.9.1/bin/rake:23:in `<main>'
Any ideas?
Created by: maxlazio
Please use support forum for issues like these as per issue submission guide .
By Administrator on 2013-02-28T21:40:51 (imported from GitLab project)
Created by: caleuanhopkins
@Homlean Try:
bundle exec rake gitlab:setup RAILS_ENV=production
orbundle exec rake gitlab:setup
If that fails, you may need to re-install rails, exec and rake again.
@maxlazio Apologies for opening the ticket again, however the support forum is useless and there is a gap in the documentation around this confusion, ended up using someone's installation guide rather than the official installation guide due to inconsistencies with the most recent and stable version of gitlab.
By Administrator on 2013-03-04T08:47:50 (imported from GitLab project)