From 9025fff7e13ea52d50fec790ea2ee6ae245ea80b Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Sat, 12 Mar 2022 11:11:08 +0100 Subject: [PATCH] Add some dependencies and split set-up steps. Ref #1 --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11658d8..c2472ec 100644 --- a/README.md +++ b/README.md @@ -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: