First, download the required installation files
1, redmine3.0.0 Http://www.redmine.org/releases/redmine-3.0.0.zip
2. Ruby 2.1 http://www.ruby-lang.org/
3, Devkit Https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
4. Bundle Install--without Development test Rmagick
5. Rake Generate_secret_token
Set Rails_env=production
Rake Db:migrate
6. Execute the command:
Set Rails_env=production
Set REDMINE_LANG=ZH_CN
Rake Redmine:load_default_data
Set default data
7. Start the service
Ruby Bin/rails Server WEBRICK-E production
Although there is a redmine one-click installation Package (Https://bitnami.com/stack/redmine/installer), the current version is 2.6.2, but do not know why, after installation, under Windows, redminethin1/ 2 service could not start, and could not find the boot log, so it was installed manually.
Install Redmine 3.0.0 under Windows