Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Overview ===== Adventures in installing and testing Fossology on Ubuntu 18.04.3, based on (and cloning from): * [[https://github.com/fossology/fossology/wiki/Install-from-Source]] * [[https://github.com/fossology/fossology]] Log in as default fossy/fossy. ===== Quick start ===== Possibly unnecessary steps identified: <code> $ sudo utils/fo-installdeps $ [sudo apt install lsb-release] </code> Don't need to install composer, it's already in /usr/local/bin/composer. <code> $ sudo make install $ sudo /usr/local/lib/fossology/fo-postinstall </code> This apparently "tests" the install, but I'm not sure what it represents: <code> $ sudo /usr/local/etc/fossology/mods-enabled/scheduler/agent/fo_scheduler -t </code> And start: <code> $ sudo /etc/init.d/fossology start </code> and browse to http://localhost/repo. ===== Docker ===== Or just: <code> $ docker run -p 8089:80 fossology/fossology </code> and browse to http://localhost:8089/repo fossology.txt Last modified: 2019/11/24 20:20by rpjday