Skip to content

Instrumentation Prototyping Environment

Liam Mc Carthy edited this page Jun 9, 2022 · 12 revisions

Docker Instructions

Docker Desktop Download

Download the correct installer and run as normal.

Apache Superset Instructions

Superset

Superset Startup Instructions

Modifications on Superset Instructions

Instead of git clone, use code>download ZIP via GitHub. This bypasses a common error you might otherwise run into when using docker on Windows devices.

By default, Superset does not include UserALE on composition, but the ARLIS branch comes with a premade implementation. In step three of the startup instructions, instead of entering:

docker-compose -f docker-compose-non-dev.yml up

Enter this:

docker-compose -f docker-compose-arlis.yml up

To start superset with UserALE functionality.

Elastic Stack Instructions

Elastic Stack

Elastic Stack Startup instructions

Modifications on Elastic Stack Instructions

As with Superset, use code>download ZIP via GitHub to download the Elastic Stack, which includes Elasticsearch, Logstash, and Kibana.

Clone this wiki locally