Web-based application client for managing exposure data and operating modelling workflows.There are three components:
For a detailed guide on using the OasisUI see
To try out the OasisUI run the docker installation script ./install.sh
from OasisEvaluation.
For tutorials on running the Oasis Stack locally see: (The full stack is required for the UI to work)
The script ./run_rstudio.sh
deploys and runs a development version of OasisUI, it runs using an RStudio Server.
run the script open the url http://localhost:8787/ in a browser.
Load the project file
From the build menu, select Clean and Rebuild
In the R console enter > oasisui::runOasisui()
, this will run the OasisUI in a new window
./rstudio build
./rstudio start
open the url http://localhost:8787/ in a browser.
./rstudio stop
The code in this project is licensed under BSD 3-clause license.