Compare commits

..

No commits in common. "9d12af51c05bb0dc7e2a264735d362c226e76ca5" and "2b465cfc67fe0192656c44a93c54f5dfce0da6bc" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View file

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