Project

General

Profile

Windows installation - got stuck at rake db:migrate

Added by A Fora over 4 years ago

Hi guys,

I followed the installation instructions as described here:
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache

And I got all the way to the Redmine installation section. I had a problem with my system not being able to find libmysql.dll at that step, but I found it and copied it from the MySQL location to c:\webserver\Ruby\bin, so it did not complain any longer.

However, when i got to execute

db:migrate

I get the following error:

C:\webserver\Ruby\lib\ruby\gems\1.8\gems\i18n-0.4.2\lib>rake db:migrate --trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakefile'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2017:in `load_rakefile'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2000:in `run'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
C:/webserver/Ruby/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
C:/webserver/Ruby/bin/rake:19:in `load'
C:/webserver/Ruby/bin/rake:19

To be run on Windows 7 as localhost.

I'm stuck!