HowTos » History » Version 90
Mischa The Evil, 2011-10-06 02:12
Sorted all items and grouped them together under recognizable headings, improved markup (list-elements) and finally added right-aligned TOC. Please post any feedback about this change in the forums. I'll keep an eye on 'em.
1 | 90 | Mischa The Evil | {{>TOC}} |
---|---|---|---|
2 | |||
3 | 1 | Jean-Philippe Lang | h1. HowTos |
4 | |||
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 | |||
47 | * [[HowToInstallRedmineOnUbuntuServer|HowTo Install Redmine 1.2.x with Mercurial and Subversion on Ubuntu Server 10.04]] |
||
48 | * "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/ |
||
49 | * [[HowTo Install Redmine in Ubuntu]] |
||
50 | * "Redmine+Apache+SVN+Postfix??????":http://www.swordair.com/docs/config-doc/redmine_complete_config_on_ubuntu.html |
||
51 | * "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/ |
||
52 | * "HowTo Redmine Appliance from scratch with Ubuntu JeOS + Apache + Phusion Passenger + Ruby Enterprise":http://adminsq3.blogspot.com/2010/02/appliance-redmineapachephusion.html (es-ES) |
||
53 | * 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) |
||
54 | |||
55 | h3. Web- and Application Servers |
||
56 | |||
57 | h4. Apache |
||
58 | |||
59 | * [[HowTo configure Apache to run Redmine]] |
||
60 | |||
61 | h4. Apache Tomcat |
||
62 | |||
63 | * [[HowTo install Redmine in Apache Tomcat]] |
||
64 | |||
65 | h4. Mongrel |
||
66 | |||
67 | * [[HowTo run Redmine with a Mongrel cluster]] |
||
68 | |||
69 | h4. Nginx |
||
70 | |||
71 | * [[HowTo configure Nginx to run Redmine]] |
||
72 | |||
73 | h4. Phusion Passenger |
||
74 | |||
75 | * [[HowTo have both development and production environment available from Apache with VirtualHost]] |
||
76 | |||
77 | h3. Application Stacks |
||
78 | |||
79 | h4. Bitnami |
||
80 | |||
81 | * [[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)]] |
||
82 | * "Install GitHub clone with Redmine with BitNami and Gitosis":http://xdissent.com/2010/05/04/github-clone-with-redmine/ |
||
83 | |||
84 | 57 | Mathias G | h2. Configuration |
85 | 70 | Carl Perkins | |
86 | 90 | Mischa The Evil | h3. Authentication |
87 | 58 | Florent Fievez | |
88 | 90 | Mischa The Evil | * "HowTo Authenticate Apache against Redmine with AuthMySQL":http://ailoo.net/2009/03/authenticate-apache-against-redmine-with-authmysql/ |
89 | |||
90 | h3. Database |
||
91 | |||
92 | * "HowTo Install Redmine with an Oracle backend":http://matthewrupert.net/2011/03/11/running-redmine-with-an-oracle-backend/ |
||
93 | * [[HowTo make Wiki history working with Postgres 9.0]] |
||
94 | |||
95 | h3. Email |
||
96 | |||
97 | * [[HowTo configure Redmine to mail to MS Exchange server]] |
||
98 | |||
99 | h3. Source Code Management (SCM) |
||
100 | |||
101 | * [[HowTo setup automatic refresh of repositories in Redmine on commit]] |
||
102 | * [[HowTo configure Redmine for advanced git integration]] |
||
103 | * [[HowTo configure Redmine for advanced Mercurial integration]] |
||
104 | * [[HowTo configure Redmine for advanced Subversion integration]] |
||
105 | * [[HowTo keep in sync your git repository for redmine]] |
||
106 | |||
107 | h2. Migration |
||
108 | |||
109 | * [[HowTo Migrate Redmine to a new server to a new Redmine version]] |
||
110 | |||
111 | 1 | Jean-Philippe Lang | h2. Customizing Redmine |
112 | |||
113 | 90 | Mischa The Evil | * [[HowTo translate Redmine in your own language]] |
114 | * [[HowTo create a custom Redmine theme]] |
||
115 | * [[HowTo add a logo to your Redmine banner]] |
||
116 | 1 | Jean-Philippe Lang | |
117 | 90 | Mischa The Evil | h2. Miscellaneous |
118 | 1 | Jean-Philippe Lang | |
119 | 90 | Mischa The Evil | * [[HowTo Mylyn|How to connect a Mylyn repository to Redmine]] |
120 | * "Scaling infrastructure - load balancing":/boards/1/topics/24727?r=24739#message-24739 |