Skip to main content

Chat 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 LLMind.