mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add Setup instructions to README
This commit is contained in:
parent
2a74c2d5da
commit
920a758226
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue