Added by Randall Parr over 15 years ago
I am trying to follow the steps at http://www.redmine.org/wiki/redmine/RedmineInstall to install the trunk version.
Step 4. Generate a session store secret ...
fails when I try "rake config/initializers/session_store.rb"
because there is no config/initializers/session_store.rb. In fact, there is no session_store.rb anywhere in my redmine directory.
Are these directions out of date?
Did I miss something?
Thanks
R.Parr, Temporal Arts
When you run rake config/initializers/session_store.rb it generates the config/initializers/session_store.rb file and it doesn't exist before you do that. What is the exact error message you are seeing?