juanje / cookbook-redmine

Chef's Cookbook for installing Redmine
25 stars 21 forks source link

Redmine version bump #2

Closed tuxinaut closed 12 years ago

tuxinaut commented 12 years ago

Redmine has a new version (1.4.1) released

juanje commented 12 years ago

I'm sorry, but it doesn't work for me. This versions brings some changes that need more work to get working. I had tried before, but with the same luck :-/

Here the error:

[Sun, 22 Apr 2012 13:41:50 -0400] FATAL: Chef::Exceptions::ShellCommandFailed: deploy_revision[/opt/redmine] (redmine::default line 113) had an error: execute[rake generate_session_store] (/tmp/vagrant-chef-1/chef-solo-1/cookbooks/redmine/recipes/default.rb line 122) had an error: Expected process to exit with [0], but received '1'
---- Begin output of rake generate_session_store ----
STDOUT:
STDERR: Redmine requires Bundler. Please install it with `gem install bundler`.
---- End output of rake generate_session_store ----
Ran rake generate_session_store returned 1
tuxinaut commented 12 years ago

Oh i thought that bundler was optional but i don't seems to be. I look on it tomorrow if i had time.