mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Improve aggregator setup docs (#163)
* Improve aggregator setup docs * Add hints how to serve the aggregator output using nginx. * Add hint that the permission of the aggregator config file should be restricted. * Add a setuid bit to the aggregator integration test script to easy manual serving. * Wording Co-authored-by: Sascha L. Teichmann <sascha.teichmann@intevation.de>
This commit is contained in:
parent
25cb3b2c10
commit
19d39b85d3
2 changed files with 21 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ set -e # to exit if a command in the script fails
|
|||
# The same directory name used in the config-example file.
|
||||
sudo mkdir /var/csaf_aggregator
|
||||
sudo chgrp -R www-data /var/csaf_aggregator
|
||||
sudo chmod -R g+w /var/csaf_aggregator
|
||||
sudo chmod -R g+ws /var/csaf_aggregator
|
||||
|
||||
cd ~/csaf_distribution/
|
||||
sudo ./bin-linux-amd64/csaf_aggregator -c docs/examples/aggregator.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue