Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
fossology [2019/11/24 14:56] rpjdayfossology [2019/11/24 20:20] (current) – [Overview] rpjday
Line 6: Line 6:
   * [[https://github.com/fossology/fossology]]   * [[https://github.com/fossology/fossology]]
  
-===== Steps =====+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.1574607380.txt.gz
  • Last modified: 2019/11/24 14:56
  • by rpjday