This repository contains the VesselAI Visualisation and Reporting Engine, which is based on the latest version of Apache Superset.
It is recommended that the VesselAI Visualisation and Reporting Engine is deployed on a Debian Linux distribution with Docker and Docker Compose installed. The Engine can also be deployed in a Kubernetes cluster, by converting the docker-compose file into a Kubernetes Pods deployment.
-
Clone this repository.
-
Run the following line in an Linux Bash terminal:
docker-compose -f docker-compose-non-dev.yml up
-
Wait until the
superset-init
container to exit with code 0; -
Open the link http://localhost:8088 on a browser;
-
Login as an Administrator (username: admin, password: admin);
-
For security purposes, create a new Administrator user, logout the default admin, login with the new one, and erase the default admin's account.
-
To change any Superset configuration varable, please update the
.env-non-dev
file.
For a complete User Guide, please visit the following link: https://superset.apache.org/docs/intro/