Chat 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 upOtherwise, 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:3000to access the LLMind.