vagrant - saturnjct/fossology GitHub Wiki
You can provision a vm with a full FOSSology install by running the following commands on your Debian machine:
apt-get install virtualbox vagrant
git clone [email protected]:fossology/fossology.git
cd fossology
vagrant up
and browse http://localhost:8081/repo/
you can export PROXY=true
if you like to use the cntlm proxy of your host listening on port 3128
look at the Vagrantfile for further details