系统:WINDOWS8 64BIT php
redmine版本:redmine-2.2.0(下载地址: http://rubyforge.org/frs/download.php/76629/redmine-2.2.0.zip) java
参考地址:http://micate.me/windows-install-redmine-2.note mysql
碰到的问题: web
production: adapter: mysql2 database: redmine_mao host: localhost username: redmine_mao password: "123123" encoding: utf8里的host那行改为host: 127.0.0.1
ruby script/rails server webrick -e production -d后若是没法启动webrick则能够考虑输入
ruby script/rails server webrick -e production
修改webrick\config.rb文件 DoNotReverseLookup => nil 修改为 :DoNotReverseLookup => true