Installation guide

Installation guide

Prerequisites

Ensure you have the following prerequisites installed on your system:

  • Docker Engine: Follow the installation instructions for your operating system from the official Docker documentation: Install Docker Engine

  • Docker Compose: Follow the installation instructions for your operating system from the official Docker documentation: Install Docker Compose

Load Docker Images

Copy the provided tar files into the server, where the application will be hosted. After that run this command:

docker load --input kodesage-backend.tar kodesage-frontend.tar

Create SSL certificate

Create a folder named cert, generate two files certifacate.crt and privateKey.key

You can use the provided self-signed certificates as well.

Set config files

We will provide with the list of files and instructions during onboarding.

Last updated