Skip to main content
Version: 1.0.0

Installation

This page will guide you through the installation of the application using Docker.

Table of Contents

  1. Prerequisites
  2. Installation

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Docker
  • Docker Compose (for Docker Compose installation)
  • A modern web browser (e.g., Chrome, Firefox, Edge)

Installation

Using Docker Compose

  1. In the terminal, navigate to the project directory

  2. Start the Docker Compose Services

    If not already done, download and install the images. Then, run the containers using the following command:

    docker-compose up

    Otherwise, if you want to run containers in detached mode, use the following command:

    docker-compose up -d
  3. Access the Application

    Open your web browser and navigate to http://localhost:3000 to access the MantisTable UI.

    warning

    For a correct start of MantisTable UI it is necessary to modify the configuration file as indicated in the Configuration page. Note that if the configuration file specifies a different port, you have to change it (3000) with the correct one.