forked from stove/risotto
parent
2b465cfc67
commit
9025fff7e1
1 changed files with 13 additions and 2 deletions
15
README.md
15
README.md
|
@ -1,5 +1,11 @@
|
||||||
# Risotto
|
# Risotto
|
||||||
|
|
||||||
|
## Install dependencies
|
||||||
|
|
||||||
|
- python3-dkimpy
|
||||||
|
- python3-cheetay
|
||||||
|
- ldns-utils
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Clone projects:
|
Clone projects:
|
||||||
|
@ -26,13 +32,18 @@ Set up infrasctructure:
|
||||||
cp server.json.example server.json
|
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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue