Project

General

Profile

Actions

Install Redmine with git and svn support over https on Debian wheezy using the Debian repository » History » Revision 1

Revision 1/5 | Next »
Wim Bertels, 2013-07-05 15:26


Install Redmine with git and svn support over https on Debian wheezy using the Debian repository

This a short (incomplete) howto for those who want to stay within the debian repository.

  1. Basic install using postgresql backend
    See references for configuration
    Redmine version 1.4.4 is present the debian repository.
    aptitude install redmine redmine-pgsql redmine-plugin-botsfilter
    
  1. make sure all the necesarry modules for apache are loaded
    See references for configuration
    eg.
    aptitude install libdbd-pg-perl
    
  1. set up the vhosts
    See references for configuration
    1. svn
    2. git
  1. set up cron repository creation

References:
http://www.redmine.org/issues/4905
http://www.redmine.org/issues/3958
https://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.html
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_using_Debian_package
http://www.redmine.org/projects/redmine/wiki/HowToInstallRedmineOnUbuntuServer

Updated by Wim Bertels almost 11 years ago · 1 revisions