Web-based application client for managing exposure data and operating modelling workflows.There are three components:
- Shiny UI application (This repository)
- Python Django server providing services for interacting with exposure and output data
- PostgreSQL server database
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.
-
In the R console enter
> oasisui::runOasisui()
, this will run the OasisUI in a new window
- build the R Studio container
./rstudio build
- bring up the stack
./rstudio start
open the url http://localhost:8787/ in a browser.
- bring down the stack
./rstudio stop
The code in this project is licensed under BSD 3-clause license.