Help install redmine CentOS 6.3 : rails_env command failed with rake
Added by Grégory Baudeau over 12 years ago
Hi,
I follow the HowTo http://www.redmine.org/projects/redmine/wiki/Redmine_on_CentOS_installation_HOWTO.
I use a CentOS 6.3 with MySQL and apache (last version)
During installation HowTo, I did the command on terminal :
RAILS_ENV=production bundle exec rake generate_session_store
Result :
/usr/local/lib/ruby/gems/1.8/gems/bundler-1.1.5/lib/bundler/rubygems_integration.rb:223:in `bin_path': can't find executable rake (Gem::Exception) from /usr/local/bin/rake:19
Use rake version 0.8.3 in bundle.
Do you have any solutions?
Thx u.
Replies (1)
RE: Help install redmine CentOS 6.3 : rails_env command failed with rake
-
Added by Dmitry Artamonov over 12 years ago
I use gems 1.8.4 and install Redmine with
- rake generate_session_store
- rake generate_secret_token
Try it :)