Tag Archives: virtualmin

SVN Repository Management with Redmine on Ubuntu 12.04

Introduction

Managing repository management is always a hassle for network administrators, as it usually involves going into into the shell to create the repository itself.

Redmine solves this problem using reposman.rb, which can be run regularly by a cronjob and thus automate repository creation. But this is still inconvenient—you still need to wait for the repository to be created, and you can only manage one type of SCM at once. Thus, we are going to install and configure the Redmine SCM Creator plugin to manage repository creation for us.

This tutorial is oriented primarily towards setting up SVN repository creation, as git repository management is better done by the Redmine Git Hosting plugin (Setup Guide). For instructions on how to set up Redmine, visit this tutorial before continuing on.

Read More Leave a Comment

May 3, 2012

Categories:

software

Tags:

, , , , , , ,

Installing Redmine in Ubuntu 12.04 with Virtualmin

Introduction

Installing Redmine is relatively simple on Ubuntu / Debian servers as compared to any other operating system, due to its inclusion into the APT repositories. As before, all terminal commands below are assumed to be executed from the root user via SSH.

Read More Leave a Comment

April 27, 2012

Categories:

software

Tags:

, , , , ,