Installing FOSSology on RPM based systems

Note for Rhel6 packages:
There is dependency on the package php-process. 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.rpm

Or you need apply this update:
https://rhn.redhat.com/errata/RHSA-2011-0195.html

Configure Yum Repository

The FOSSology project has created 2.0 rpms for RHEL 6 & Fedora15.

To use our Yum repository:

1. Add/Edit fossology.repo under /etc/yum.repo.d/ directory

Rhel6

 # FOSSology releases
[fossology]
name=Fossology releases
baseurl=http://www.fossology.org/releases/2.0.0/RHEL/6/$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

Fedora15

 # FOSSology releases
[fossology]
name=Fossology releases
baseurl=http://www.fossology.org/releases/2.0.0/Fedora/15/$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