From 920a75822677f49a99638e4827d10f17b89b629d Mon Sep 17 00:00:00 2001 From: Fadi Abbud Date: Mon, 29 Nov 2021 17:06:03 +0100 Subject: [PATCH] Add Setup instructions to README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 2ec9336..dd4f422 100644 --- a/README.md +++ b/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) \ No newline at end of file