avinal / LicenseDb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LicenseDb

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.

Prerequisite

Please install and set-up Golang on your system in advance.

How to run this project?

  • 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

About

License:GNU General Public License v2.0


Languages

Language:Go 100.0%