Answer the question
In order to leave comments, you need to log in
Installing Redmine on Windows 10 x64?
Hello.
First time trying to install Redmine on windows 10 x64.
redmine-3.2.5.
railsinstaller-3.3.0.
C:\Ruby
DevKit and Ruby2.3.0 Redmine in
C
:\Ruby\Redmine
on MySQL DB
using www.redmine.org/projects/redmine/wiki/HowTo_Instal...
Create (or update) Redmine database tables
in command window, execute:
cd C:\webserver\Redmine
set RAILS_ENV=production
rake generate_session_store
rake db:migrate
Answer the question
In order to leave comments, you need to log in
Why did you do it this way?
After all, the manual says
Rake must be run from the root of the project.
But in general, judging by the error, it feels like Windows cannot find rake. Make sure that you have all the paths to ruby and its gems correct, and you can specify ruby -v, gem -v, rake -V in any folder of the system and they will give out the version of the program.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question