Merge pull request 'Add some dependencies and split set-up steps.' (#3) from bbohard/risotto:issues/1_README.md into main

Reviewed-on: https://cloud.silique.fr/gitea/risotto/risotto/pulls/3
This commit is contained in:
gnunux@silique.fr 2022-03-15 08:22:18 +00:00
commit c37b096838

View file

@ -1,5 +1,11 @@
# Risotto
## Install dependencies
- python3-dkimpy
- python3-cheetay
- ldns-utils
## Installation
Clone projects:
@ -26,13 +32,18 @@ Set up infrasctructure:
cp server.json.example server.json
```
Change the configuration.
Modify infrastructure description as required.
Generate the configuration:
```bash
./bootstrap.py
```
Send configuration to remote server:
```bash
HOST=cloud.silique.fr
./test.py
rm -f installations.tar
tar -cf installations.tar installations
scp installations.tar root@$HOST: