risotto/README.md
Emmanuel Garette be33a36023 fix in README
2022-03-12 07:59:36 +01:00

971 B

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_images cloud.silique.fr

Set up the containers and start them up:

./install_machines cloud.silique.fr