![]() |
FOSSology Advancing open source analysis and development |
Date: 13 February 2008
Please refer to the README file contained in the fossology download for first time installation instructions.
If you are updating a 0.6.0 fossology installation, please follow the update process below.
Also see Known Issues section below.
If the fossology scheduler is running, stop it with:
sudo /etc/init.d/fossology stop
Remove 0.6.0 license information used to create the bsam cache file:
rm -rf /usr/local/share/fossology/agents/licenses/*
Uncompress the fossology-0.6.1.tar.gz file into a build directory and build.
tar -xzvf fossology-0.6.1.tar.gz cd fossology-0.6.1 make make install sudo ./install.sh -f
Restart the fossology scheduler with:
sudo /etc/init.d/fossology start