Project

General

Profile

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

Wim Bertels, 2013-07-05 15:26

1 1 Wim Bertels
h1. Install Redmine with git and svn support over https on Debian wheezy using the Debian repository
2
3
This a short (incomplete) howto for those who want to stay within the debian repository.
4
5
# Basic install using postgresql backend
6
_See references for configuration_
7
Redmine version 1.4.4 is present the debian repository.
8
<pre>
9
aptitude install redmine redmine-pgsql redmine-plugin-botsfilter
10
</pre>
11
12
# make sure all the necesarry modules for apache are loaded
13
_See references for configuration_
14
eg.
15
<pre>
16
aptitude install libdbd-pg-perl
17
</pre>
18
19
# set up the vhosts
20
_See references for configuration_
21
## svn
22
## git
23
24
# set up cron repository creation
25
26
27
References:
28
http://www.redmine.org/issues/4905
29
http://www.redmine.org/issues/3958
30
https://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.html
31
http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_using_Debian_package
32
http://www.redmine.org/projects/redmine/wiki/HowToInstallRedmineOnUbuntuServer