This project aims to create a centralized OSS license database, to manage opensource licenses used by an organization. And different compliance tools like fossology, sw360 etc. can sync with licenseDB application to update its own license data.
Please install and set-up Golang on your system in advance.
- Clone this Project and Navigate to the folder.
git clone https://github.com/fossology/LicenseDb.git
cd LicenseDb
- Build the project using following command.
go build ./cmd/laas
- Run the executable.
./laas
- You can directly run it by the following command.
go run ./cmd/laas