
Follow the steps below to install FossID CLI on a Windows PC:
- Extract FossID CLI deliverable.
- Install the FossID Windows executable by simply copying
fossid-cli.exe
to a local directory and creating a file calledfossid.conf
(in the same directory). To be able to scan from any directory it is advisable to have thefossid-cli.exe
in the%PATH%
. Please check with thepath
command that thefossid-cli.exe
is accessible - Configure your FossID CLI by editing the file
fossid.conf
and enteringcli_server_host
andcli_token
information (you can ignore all the other fields insidefossid.conf
for now). The token is unique to each customer is required to perform scans, and you can get it from your delivery portal. If you do not use the FossID servers, the tokens are administered by you scan server administrator. The token serves as a key when using FossID’s servers to scan the knowledge base. If using FossID’s servers to scan the knowledge base, you should have received information regarding cli_sever_host and your unique cli_token when your FossID software was activated.
[CLI]
;FOSSID CLI CONFIGURATION
;Server credentials
;-------------------------
;You need a server host name and a scanning token in
;order for the FOSSID CLI to obtain scan results
cli_server_host = YOUR_SERVER_HOST
cli_token = YOUR_TOKEN