Tag Archives: redmine

Fully Automating the Redmine Gitolite Integration

This is the last in a series of articles where I described the installation of gitolite (twice in two different ways), redmine, and the integration of them.  I also described in detail some methods for modularizing the configuration changes that needed to happen for the server, and various applications, when it was possible.  These articles […]

Integrating Redmine and Gitolite

In previous posts, I described how to set up Redmine and tossed together a centralized git service. Now we want to integrate the two so that it will be easy to administer the system (actually, it becomes largely self-administering at this point). At the end of this article, a project manager should be able to […]

Setting up the Redmine Front End

In the previous post, I spent a lot of time setting up a centralized git service, accessed via ssh using gitolite.  Now I want to get a Redmine installation going as a front end for gitolite, and for other types of tracking in general.  This is especially a good option if you are a small […]