Project

General

Profile

Why OS returns Could not find the specified path if try run RAKE?

Added by Nikolay Baranenko about 7 years ago

Hello,

In first time tried to install Redmine.
Version redmine-3.2.5.
Installed railsinstaller-3.3.0.
C:\Ruby
have DevKit и Ruby2.3.0
Redmine in C:\Ruby\Redmine
tried on MySQL DB

used infomation from http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache

Stopped on step generation keys for Rails

Ran rake generate_secret_token and got error
system could not find the specified path

c:\Ruby\Ruby2.3.0\bin>rake generate_secret_token
system could not find the specified path

But folder c:\Ruby\Ruby2.3.0\bin has rake.bat

03.04.2017 01:19 206 rackup.bat
03.04.2017 01:30 489 rails
03.04.2017 01:30 205 rails.bat
30.12.2016 11:41 455 rake
30.12.2016 11:41 348 rake.bat
03.04.2017 01:33 480 rdoc
03.04.2017 01:33 204 rdoc.bat
02.12.2016 13:03 1 134 rdoc.cmd

How solve this problem?