Oasis Evaluation¶
The OasisEvaluation repository provides a streamlined way to run the Oasis stack in multi-container environment using docker-compose. This is intended for locally testing the OasisPlatform 1 with a toy model example OasisPiWind, via the Web UI OasisUI.
Installing Oasis¶
Install prerequisites,
docker,docker-compose, andgit(optional) Edit the software versions at the top of
install.shinstallation script, These control the oasis versions installed
export VERS_API=1.28.0
export VERS_WORKER=1.28.0
export VERS_UI=1.11.6
export VERS_PIWIND='stable/1.28.x'
- These control the oasis versions installed
VERS_API, OasisPlatform server versionVERS_WORKER, OasisPlatform worker versionVERS_UI, OasisUI container versionVERS_PIWIND, the PiWind branch to run.
Run the installaion script
./install.sh