1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Add Setup instructions to README

This commit is contained in:
Fadi Abbud 2021-11-29 17:06:03 +01:00
parent 2a74c2d5da
commit 920a758226

View file

@ -1,3 +1,19 @@
# csaf_distribution
**WIP**: A prove of concept for a CSAF trusted provider, checker and aggregator.
## Setup
- A new version of **Go** should be installed. [Go installation](https://go.dev/doc/install)
- Clone the repository `git clone https://github.com/csaf-poc/csaf_distribution.git `
- Build Go components
``` bash
cd csaf_distribution
go build -v ./cmd/...
```
- [Install](http://nginx.org/en/docs/install.html) **nginx**
- To configure nginx see [docs/provider-setup.md](docs/provider-setup.md)