F29Installation » History » Revision 2
« Previous |
Revision 2/41
(diff)
| Next »
Gerd Pokorra, 2018-12-20 09:36
HowTo Install Redmine 4.0.0 on Fedora 29¶
- Table of contents
- HowTo Install Redmine 4.0.0 on Fedora 29
This guide is not complete. It will be completed in the next two weeks.
System Requirements¶
It is assumed that the Server Edition is installed on the system in this guide.
Web Server¶
NginxPassenger¶
The Fedora nginx
package do not include Passenger, so you have to build nginx
with the passenger module. The guide assume that the sources are extracted under the directory /opt
. The nginx
software will be installed at /opt/ngnix
. At the time of writting that guide this was the current stable releases of passenger
and nginx
:
- passenger-6.0.0
- nginx-1.14.2
Downloading the sources:
Passenger > cd /opt > wget https://s3.amazonaws.com/phusion-passenger/releases/passenger-6.0.0.tar.gz > tar xf passenger-6.0.0.tar.gz Nginx > wget http://nginx.org/download/nginx-1.14.2.tar.gz > mkdir /opt/src > cd /opt/src > tar xf nginx-1.14.2.tar.gz
Apache¶
Updated by Gerd Pokorra almost 6 years ago · 2 revisions