Skip to content

Examples

Few examples which can be copy-pasted.

Update daiquiri

This will first remove the backend conda env, and remove the frontend build dir, and then continue a normal installation.

python ./bcu_ansible.py mymachine daiquiri --extra-vars="{'recreate_daiquiri_env':true, 'recreate_daiquiri_ui':true}"

Update tomovis

This will first remove the conda env, and then continue a normal installation.

python ./bcu_ansible.py mymachine tomovis --extra-vars="{'recreate_tomovis_env':true}"

Update ewoks

This will first remove the conda env, and then continue a normal installation.

python ./bcu_ansible.py mymachine ewoks --extra-vars="{'recreate_ewoks_env':true}"