So I'm trying to install Redmine 2.1.3 on Windows 7 64 bit with WAMP Server 2.2 (c:\wamp\www\redmine) with:
C:\Users\Deith>gem env RubyGems Environment:
- RUBYGEMS VERSION: 1.8.24
- RUBY VERSION: 1.8.7 (2012-10-12 patchlevel 371) [i386-mingw32]
- INSTALLATION DIRECTORY: C:/Ruby187/lib/ruby/gems/1.8
- RUBY EXECUTABLE: C:/Ruby187/bin/ruby.exe
- EXECUTABLE DIRECTORY: C:/Ruby187/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-mingw32
- GEM PATHS:
- C:/Ruby187/lib/ruby/gems/1.8
- C:/Users/Deith/.gem/ruby/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
I'm following this instructions: http://www.redmine.org/projects/redmine/wiki/RedmineInstall and I'm stuck at the rake db:migrate. I've created the DB via phpMyAdmin from WAMP Server, and edited the databae.yml file. But when I run
rake db:migrate RAILS_ENV=production --trace
I get this:
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
And whole console is frozen, I don't understand what's happening and why it's happening. Can you help me to solve this problem?