Installation
This page will guide you through the installation of the application using Docker.
Table of Contents
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
-
In the terminal, navigate to the project directory
-
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
-
Access the Application
Open your web browser and navigate to
http://localhost:3000
to access the MantisTable UI.warningFor 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.