No description
Find a file
Emmanuel Garette dd7880a19e write README
2022-03-11 21:26:51 +01:00
src make a library 2022-03-11 18:39:32 +01:00
funcs.py make a library 2022-03-11 18:39:32 +01:00
LICENSE Initial commit 2022-03-08 19:44:14 +00:00
README.md write README 2022-03-11 21:26:51 +01:00
risotto.conf.example add risotto.conf file example 2022-03-11 18:56:11 +01:00
servers.json.example servers.json is an example file 2022-03-11 18:54:41 +01:00
test.py make a library 2022-03-11 18:39:32 +01:00

Risotto

Installation

Clone projects:

Set up

Set up Risotto:

cd risotto
cp risotto.conf.example risotto.conf

In risotto.conf change the dataset directory.

Set up infrasctructure:

cp server.json.example server.json

Change the configuration.

Send configuration to remote server:

HOST=cloud.silique.fr
./test.py
rm -f installations.tar
tar -cf installations.tar installations
scp installations.tar root@$HOST:

Deploy

In host:

cd
rm -rf installations
tar xf installations.tar
cd installations

Set up host:

./install_host cloud.silique.fr

Build container image:

./install_image cloud.silique.fr

Set up the containers and start them up:

./install_machines cloud.silique.fr