![]() |
FOSSology Advancing open source analysis and development |
Date: 30 April 2008
Please refer to the README file contained in the fossology download for first time installation instructions.
If you are updating a previous fossology installation, please follow the update process below.
If the fossology scheduler is running, stop it with:
sudo /etc/init.d/fossology stop
Remove the scheduler.conf file (you may want to save a copy if you have customized it):
rm -rf /usr/local/share/fossology/agents/scheduler.conf
Uncompress the fossology-0.7.0.tar.gz file into a build directory and build.
tar -xzvf fossology-0.7.0.tar.gz cd fossology-0.7.0 make make install sudo ./install.sh -f
If you saved a copy of your customized scheduler.conf file, add your customizations into the newly created scheduler.conf file.
Restart the fossology scheduler with:
sudo /etc/init.d/fossology start