We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
export PROXY=true
look at the Vagrantfile for further details