This is a very simple step by step guide to install Redmine on Windows server in production. This guide is applicable to IIS 7+ based servers, which include Windows Server 2008, 2008 R2, Windows Vista and Windows 7. Latter two should not be used for production solutions. Please follow these steps:
1. Download Microsoft Web Platform Installer, and install it.
2. Run Web Platform Installer and click “Options”.
![]()
3. Add Helicon Zoo feed into “Display additional scenarios” field: http://www.helicontech.com/zoo/feed Select “IIS” as a target web server.
![]()
A new tab named “Zoo” should appear on the main page of Platform Installer.
4. Go to Zoo → Applications and add Redmine, then click install.
![]()
This will automatically download and install all required components, including Ruby 1.8.7, Rails 2.3, Helicon Zoo Module and Redmine itself.
5. Setup new web-site dialog will appear. Fill it with your server specific values.
![]()
6. Go to the /admin/ folder on this web-site. Use login “admin” and password “admin” to enter Redmine Administration panel.
![]()
Custom database
Redmine supports multiple database engines. By default SQLite is installed, however there are example configuration files for MySQL and PostgreSQL within “config” folder of Redmine application. If you wish to use MySQL, for an instance, take “database.yml.mysql” file; name it as “database.yml” and alter according to your MySQL database settings. Then restart IIS application which contains your Redmine application. All required database migrations will be executed automatically by deploy.rb script.
That’s it, enjoy!
Thank you! This totally simplified it.
I did have to add the “Files” folder though (for the attachments). Also I wonder if there was a different way to setup/configure email notifications for Windows installations. It is always telling me to configure and restart the app.
Thank you for feedback!
I guess you’ll have more chances to get answer to the email notifications question on Redmine support forum.
Thanks, you saved my day