![]() |
FOSSology Advancing open source analysis and development |
Here you can find detailed installation instructions for all Fossology packages (and the source tarball).
We are still figuring out how to do this without loads of duplicated information. So the info here is still pretty sparse.
Suggestion: Label a new page for each cookbook with a name such as “Distro+Fossology version” for clarity
If you have any trouble installing from these packages, please write to our mailing list fossology@fossology.org. The Debian packages tend to be much better tested than the rpm based packages since most of the developers use Debian.
| FOSSology 1.1.0 | FOSSology 1.2.0 | |
|---|---|---|
| Debian “Lenny” | TBD | TBD |
| RHEL/CentOS 4.x | RHEL4+1.1 | TBD |
| RHEL/CentOS 5.x | RHEL5+1.1 | TBD |
| Fedora 9 | TBD | TBD |
| Fedora 10 | TBD | TBD |
| Fedora 11 | TBD | TBD |
The FOSSology source code ships with a text file called INSTALL. This file contains detailed instructions for how to perform an installation of FOSSology on nearly any system.
If you are upgrading FOSSology from a previously installed deb package, then follow these easy steps:
sudo /etc/init.d/fossology stop
deb http://fossology.org/debian/ ./
apt-get update; apt-get install fossology
sudo /usr/lib/fossology/fossology-scheduler -t
sudo /etc/init.d/fossology start
You're done!
If you are upgrading a 1.0.0 FOSSology installation built from source using the new 1.1.0 tarball follow these directions:
sudo /etc/init.d/fossology stop
tar -xzvf fossology-1.1.0.tar.gz cd fossology-1.1.0 make sudo make install
sudo /usr/local/lib/fossology/fo-postinstall
sudo /usr/lib/fossology/fossology-scheduler -t
sudo /etc/init.d/fossology start
You're done!