Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
fossology [2019/11/24 14:55] – created rpjdayfossology [2019/11/24 20:20] (current) – [Overview] rpjday
Line 1: Line 1:
 ===== Overview ===== ===== Overview =====
  
-Adventures in installing and testing Fossology on Ubuntu 18.04.3, based on:+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/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.1574607327.txt.gz
  • Last modified: 2019/11/24 14:55
  • by rpjday