Localize onde está o 'Gemfile'. CC nesse diretório e execute
bundle install --without development test
Estou tentando configurar o redmine (localmente) usando o kubuntu 14.04 e seguindo as instruções do redmine.org . Instalar o redmine 2.4.2 a partir dos repositórios do Kubuntu funciona bem. Então eu também fiz sudo apt-get install bundler
e sudo gem install bundler
. Mas então devo executar bundle install --without development test
, que falha com a mensagem Bundler::GemfileNotFound
.
Mais especificamente, bundle install --verbose --without development test
fornece a seguinte saída
Bundler::GemfileNotFound
Bundler::GemfileNotFound: Bundler::GemfileNotFound
/usr/lib/ruby/vendor_ruby/bundler/settings.rb:16:in '[]='
/usr/lib/ruby/vendor_ruby/bundler/settings.rb:79:in 'without='
/usr/lib/ruby/vendor_ruby/bundler/cli.rb:237:in 'install'
/usr/lib/ruby/vendor_ruby/thor/command.rb:27:in 'run'
/usr/lib/ruby/vendor_ruby/thor/invocation.rb:121:in 'invoke_command'
/usr/lib/ruby/vendor_ruby/thor.rb:363:in 'dispatch'
/usr/lib/ruby/vendor_ruby/thor/base.rb:440:in 'start'
/usr/bin/bundle:20:in 'block in <main>'
/usr/lib/ruby/vendor_ruby/bundler/friendly_errors.rb:3:in 'with_friendly_errors'
/usr/bin/bundle:20:in '<main>'
Então, o que posso fazer?
Localize onde está o 'Gemfile'. CC nesse diretório e execute
bundle install --without development test