forked from stove/risotto
Compare commits
No commits in common. "9d12af51c05bb0dc7e2a264735d362c226e76ca5" and "2b465cfc67fe0192656c44a93c54f5dfce0da6bc" have entirely different histories.
9d12af51c0
...
2b465cfc67
2 changed files with 2 additions and 13 deletions
15
README.md
15
README.md
|
|
@ -1,11 +1,5 @@
|
|||
# Risotto
|
||||
|
||||
## Install dependencies
|
||||
|
||||
- python3-dkimpy
|
||||
- python3-cheetay
|
||||
- ldns-utils
|
||||
|
||||
## Installation
|
||||
|
||||
Clone projects:
|
||||
|
|
@ -32,18 +26,13 @@ Set up infrasctructure:
|
|||
cp server.json.example server.json
|
||||
```
|
||||
|
||||
Modify infrastructure description as required.
|
||||
|
||||
Generate the configuration:
|
||||
|
||||
```bash
|
||||
./bootstrap.py
|
||||
```
|
||||
Change the configuration.
|
||||
|
||||
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue