Project

General

Profile

Help install redmine CentOS 6.3 : rails_env command failed with rake

Added by Grégory Baudeau over 11 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 11 years ago

I use gems 1.8.4 and install Redmine with

  1. rake generate_session_store
Note: The rake task generate_session_store has been deprecated, please use the replacement version generate_secret_token
  1. rake generate_secret_token

Try it :)

    (1-1/1)