Skip to content

Introduction

Software Requirements

For using SpineUI you need to have installed Docker on your machine.

How to start the application

You can start the appliction by running the following command: docker compose up -d. When you run the appliaction Docker will download all the required images needed for running this application. It will download one image for the UI and one image per model that is being used.

Shut down the application

The application can be shut down by executing the command docker compose down.