Project

General

Profile

HowTos » History » Version 99

Sword King, 2011-11-25 06:51
indicate the language

1 1 Jean-Philippe Lang
h1. HowTos
2 91 Mischa The Evil
3
{{>TOC}}
4 1 Jean-Philippe Lang
5
h2. Installation
6
7 90 Mischa The Evil
* [[RedmineInstall|Generic installation instructions]]
8
* [[HowTo Install Redmine in a sub-URI|Generic sub-URI deployment instructions]]
9 1 Jean-Philippe Lang
10 90 Mischa The Evil
h3. Operating Systems
11 1 Jean-Philippe Lang
12 90 Mischa The Evil
h4. CentOS
13
14
* [[HowTo install Redmine on CentOS 5]]
15
* [[RedmineAndSELinuxOnCentOS|HowTo make Redmine, Phusion Passenger, Ruby Enterprise Edition, and Apache play nice with SELinux on CentOS]]
16
17
h4. Debian
18
19
* "HowTo Install Redmine 0.8.x+ in Debian Etch with Apache fcgid":http://wiki.debuntu.org/wiki/Redmine/Install_on_Debian_Etch
20
* [[HowTo Install Redmine in a home directory on Debian]]
21
* [[HowTo Install Redmine using Debian package]]
22
* [[HowTo Install Redmine on Debian with Ruby-on-Rails and Apache2-Passenger]]
23
* [[HowTo Install Redmine on Debian Squeeze with Postgresql, Ruby-on-Rails and Apache2-Passenger]]
24
* [[HowTo Install Redmine on Debian Wheezy Testing with MySQL and Apache2-Passenger]]
25
26
h4. FreeBSD
27
28
* "HowTo Install Redmine 1.2.x on FreeBSD 8.2 Amd64 + FastCGI Apache":http://amberovsky.blogspot.com/2011/09/howto-redmine-12-on-freebsd-82-amd64.html
29
* "HowTo Install Redmine on FreeBSD with Mongrel Cluster and Apache Proxy Balance":http://openbr.org/2010/03/31/freebsd-e-redmine-com-mongrel-cluster-e-apache (pt-BR)
30
31
h4. Mac OS X
32
33
* [[RedmineInstallOSX|How to install Redmine on Mac OS X]]
34
* [[RedmineInstallOSXServer|HowTo Install Redmine on Mac OS X Server]]
35
36
h4. Microsoft Windows
37
38
* [[HowTo Install Redmine in a sub-URI on Windows with Apache]] (Zero-to-Redmine on Windows)
39
* "HowTo run Redmine with Mongrel as a Windows service":https://sites.google.com/site/alensit/software-tools/redmine#TOC-Running-under-Mongrel
40
41
h4. Solaris
42
43
* [[HowTo Install Redmine on Solaris]]
44
45
h4. Ubuntu
46 97 Brian Kloppenborg
47 96 Brian Kloppenborg
* "How To Install Redmine on Ubuntu 11.10 Server using Apache and mod_passenger with performance improving options.":http://finiteline.homeip.net/index.php/programming/70-ruby/100-redmine-on-ubuntu-11-10
48 90 Mischa The Evil
* [[HowToInstallRedmineOnUbuntuServer|HowTo Install Redmine 1.2.x with Mercurial and Subversion on Ubuntu Server 10.04]]
49
* "HowTo Install Redmine 1.1.x with Git and Gitosis on Ubuntu 11.04":http://www.x2on.de/2011/04/23/tutorial-redmine-with-git-and-gitosis-on-ubuntu-11-04/
50
* [[HowTo Install Redmine in Ubuntu]]
51 99 Sword King
* "Redmine+Apache+SVN+Postfix完整配置指南":http://www.swordair.com/docs/redmine-complete-configuration-on-ubuntu/ (简体中文)
52 90 Mischa The Evil
* "HowTo Install Redmine with SVN, Git and Gitosis on Ubuntu 8.04":http://www.x2on.de/2010/10/30/tutorial-redmine-with-svn-git-and-gitosis-on-ubuntu-8-04/
53
* "HowTo Redmine Appliance from scratch with Ubuntu JeOS + Apache + Phusion Passenger + Ruby Enterprise":http://adminsq3.blogspot.com/2010/02/appliance-redmineapachephusion.html (es-ES)
54
* HowTo Redmine Appliance from scratch with Ubuntu JeOS + Apache + Mongrel cluster + Webmin integration "1":http://adminsq3.blogspot.com/2009/07/appliance-redmine-con-ubuntu-jeos-1.html "2":http://adminsq3.blogspot.com/2009/07/appliance-redmine-con-ubuntu-jeos-2.html  "3":http://adminsq3.blogspot.com/2009/07/appliance-redmine-con-ubuntu-jeos-3.html (es-ES)
55
56
h3. Web- and Application Servers
57
58
h4. Apache
59
60
* [[HowTo configure Apache to run Redmine]]
61
62
h4. Apache Tomcat
63
64
* [[HowTo install Redmine in Apache Tomcat]]
65
66
h4. Mongrel
67
68
* [[HowTo run Redmine with a Mongrel cluster]]
69
70
h4. Nginx
71
72
* [[HowTo configure Nginx to run Redmine]]
73
74
h4. Phusion Passenger
75
76
* [[HowTo have both development and production environment available from Apache with VirtualHost]]
77
78
h3. Application Stacks
79
80
h4. Bitnami
81
82
* [[How to install Redmine in Linux Windows and OS X using BitNami Redmine Stack|How to install Redmine using BitNami installer (Windows, OS X, Linux)]] 
83
* "Install GitHub clone with Redmine with BitNami and Gitosis":http://xdissent.com/2010/05/04/github-clone-with-redmine/
84
85 57 Mathias G
h2. Configuration
86 70 Carl Perkins
87 90 Mischa The Evil
h3. Authentication
88 58 Florent Fievez
89 90 Mischa The Evil
* "HowTo Authenticate Apache against Redmine with AuthMySQL":http://ailoo.net/2009/03/authenticate-apache-against-redmine-with-authmysql/
90
91
h3. Database
92
93
* "HowTo Install Redmine with an Oracle backend":http://matthewrupert.net/2011/03/11/running-redmine-with-an-oracle-backend/
94
* [[HowTo make Wiki history working with Postgres 9.0]]
95
96
h3. Email
97
98
* [[HowTo configure Redmine to mail to MS Exchange server]]
99
100
h3. Source Code Management (SCM)
101
102
* [[HowTo setup automatic refresh of repositories in Redmine on commit]]
103
* [[HowTo configure Redmine for advanced git integration]]
104
* [[HowTo configure Redmine for advanced Mercurial integration]]
105
* [[HowTo configure Redmine for advanced Subversion integration]]
106
* [[HowTo keep in sync your git repository for redmine]]
107 95 Mischa The Evil
* [[HowTo simply keep Redmine in sync with GitHub]]
108 90 Mischa The Evil
109
h2. Migration
110
111
* [[HowTo Migrate Redmine to a new server to a new Redmine version]]
112
113 1 Jean-Philippe Lang
h2. Customizing Redmine
114
115 90 Mischa The Evil
* [[HowTo translate Redmine in your own language]]
116
* [[HowTo create a custom Redmine theme]]
117
* [[HowTo add a logo to your Redmine banner]]
118 1 Jean-Philippe Lang
119 90 Mischa The Evil
h2. Miscellaneous
120 1 Jean-Philippe Lang
121 90 Mischa The Evil
* [[HowTo Mylyn|How to connect a Mylyn repository to Redmine]]
122
* "Scaling infrastructure - load balancing":/boards/1/topics/24727?r=24739#message-24739