Difference between revisions of "RPM Installation"
From FusionForge Wiki
(add an other repositery for other RPM-based systems) |
m (→Installation on other RPM-based systems: improvement) |
||
Line 10: | Line 10: | ||
== Installation on other RPM-based systems == | == Installation on other RPM-based systems == | ||
− | To install fusionforge 5.x , you can | + | To install fusionforge 5.x , you can download the rpm files in the following rpm repositery and use your rpm manager software running as root to install them from your local disk: |
http://fusionforge.fusionforge.org/rpm/ | http://fusionforge.fusionforge.org/rpm/ | ||
− | |||
− | Note : http://fusionforge.fusionforge.org/rpm/5.2/ (URL for FusionForge 5.2.x rpm packages) | + | Note : http://fusionforge.fusionforge.org/rpm/5.2/ (URL for FusionForge 5.2.x rpm packages) |
== Provided packages == | == Provided packages == |
Revision as of 14:54, 10 January 2014
Contents
Installation on CentOS / Red hat 5
To install fusionforge 5.2, run as root:
cd /etc/yum.repos.d/ wget http://fusionforge.fusionforge.org/repo/el5/5.2/dag-rpmforge.repo wget http://fusionforge.fusionforge.org/repo/el5/5.2/fusionforge.repo yum install --skip-broken fusionforge
Installation on other RPM-based systems
To install fusionforge 5.x , you can download the rpm files in the following rpm repositery and use your rpm manager software running as root to install them from your local disk:
http://fusionforge.fusionforge.org/rpm/
Note : http://fusionforge.fusionforge.org/rpm/5.2/ (URL for FusionForge 5.2.x rpm packages)
Provided packages
While our build system is building RPM for all the available components, only the following packages are currently recommended:
- fusionforge
- fusionforge-plugin-extratabs
- fusionforge-plugin-fckeditor
- fusionforge-plugin-gravatar
- fusionforge-plugin-ldapextauth
- fusionforge-plugin-online_help
- fusionforge-plugin-scmsvn
- fusionforge-plugin-svntracker
- fusionforge-plugin-mediawiki (fusionforge >= 5.2)
Notes for fusionforge-plugin-mediawiki
Installation of the mediawiki requires to add the EPEL yum repository:
cd /etc/yum.repos.d/ wget http://fusionforge.fusionforge.org/repo/el5/5.2/epel.repo rpm --import http://fedoraproject.org/static/217521F6.txt yum install -y fusionforge-plugin-mediawiki