Click here to Skip to main content
15,883,901 members
Articles / Operating Systems / Windows

Installing Redmine on Windows in Production

Rate me:
Please Sign up or sign in to vote.
4.60/5 (4 votes)
5 Jan 2012CPOL1 min read 56.5K   5   6
A very simple step by step guide to install Redmine on Windows server in production

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”.

    Image 1

  3. Add Helicon Zoo feed into “Display additional scenarios” field: http://www.helicontech.com/zoo/feed. Select “IIS” as a target web server.

    Image 2

    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.

    Image 3

    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.

    Image 4

  6. Go to the /admin/ folder on this web-site. Use login “admin” and password “admin” to enter Redmine Administration panel.

    Image 5

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!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionERROR Pin
kenny18811-Feb-14 0:12
kenny18811-Feb-14 0:12 
Идентификатор продукта DefaultDocument не найден пишет
GeneralMy vote of 5 Pin
Jay19802-Oct-12 5:25
Jay19802-Oct-12 5:25 
QuestionZooApplication I/O Error Pin
Vaidas29-Jun-12 3:12
Vaidas29-Jun-12 3:12 
AnswerRe: ZooApplication I/O Error Pin
Yaroslav Govorunov1-Jul-12 22:57
Yaroslav Govorunov1-Jul-12 22:57 
BugNot able to move DB from SqlLite to MySQL Pin
RaviJJain2-May-12 23:03
RaviJJain2-May-12 23:03 
GeneralMy vote of 4 Pin
Jerome Vibert10-Jan-12 23:38
Jerome Vibert10-Jan-12 23:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.