lunes, 16 de abril de 2012

Redmine repository configuration with subversion + ssh

This tutorial describes how configure an existing Redmine server to work with subversion with ssh protocol and prevent certificate issues.

Prerequisites are:
  • the Redmine is running on Apache + Passenger with the nobody user
  • the Redmine directory is /opt/redmine 
  • the Redmine version is 1.3.2
  • Suvbersion is running with ssh

lunes, 2 de abril de 2012

Add Backlogs plugin to Redmine

For teams working with scrum, Redmine with the Backlogs plugin is a great tool for project management. This tutorial explains how install Backlogs plugin to an existing Redmine running on a Ubuntu Server. Follow this tutorial for detail to install Redmine on a Ubuntu Server.

martes, 27 de marzo de 2012

Add traceability to Subversion with Redmine

This article describes how to add traceability between the source code added to a Subversion repository and a issue managed with Redmine (Redmine is issue tracker and project management tool).

Prerequisites of this article are Redmine and Subversion independent servers running on Ubuntu OS. In this previous article you can read how install Redmine on Ubuntu server. The client machines are configured with Windows OS.

viernes, 23 de marzo de 2012

Install redmine 1.3.2 on ubuntu server 11.10 with Apache + Passenger

Redmine is a powerful issue tracker and project management web application. This tutorial explains how install the last version of redmine 1.3.2 on a Ubuntu server 11.10 with MySQL, Apache and Passenger.