Installing FOSSology on RPM based systems¶
Note for Rhel6 packages:
1 dependency, php-process, is not available from the default rhel repository. You can download a copy from:
http://fossology.org/rpms/epel/6/i386/php-process-5.3.2-6.el6_0.1.i686.rpm
http://fossology.org/rpms/epel/6/x86_64/php-process-5.3.2-6.el6_0.1.x86_64.rpmOr you need apply this update:
https://rhn.redhat.com/errata/RHSA-2011-0195.html
Configure Yum Repository¶
The FOSSology project has created 1.4.0 rpms for CentOS/RHEL 5, RHEL 6, Fedora12, Fedora13, Fedora14.
To use our Yum repository:
1. Add/Edit fossology.repo under /etc/yum.repo.d/ directory
CentOS/Rhel 5 Rhel6¶
# FOSSology releases
[fossology]
name=Fossology releases
baseurl=http://fossology.org/rpms/epel/$releasever/$basearch
enabled=1
gpgcheck=0
# FOSSology release candidates and other special builds
[fossology-testing]
name=Fossology testing
baseurl=http://fossology.org/rpms/epel/testing/$releasever/$basearch
enabled=0
gpgcheck=0
Fedora12/13/14¶
# FOSSology releases
[fossology]
name=Fossology releases
baseurl=http://fossology.org/rpms/fedora/$releasever/$basearch
enabled=1
gpgcheck=0
# FOSSology release candidates and other special builds
[fossology-testing]
name=Fossology testing
baseurl=http://fossology.org/rpms/fedora/testing/$releasever/$basearch
enabled=0
gpgcheck=0
2. Run yum install fossology to install/upgrade the latest fossology version
You can pick up individual rpms today at https://sourceforge.net/projects/fossology/files/
If you want others, you should write the list (fossology@fossology.org).