LogoLogo
  • Welcome to Kodesage
    • Introduction
    • The Kodesage engine
  • Key Features
    • Ask Kodesage
    • Automatic Documentation
    • Issue Analysis
  • Integrations
    • Git
    • Jira and Redmine
    • Confluence
  • Deploy Kodesage
    • Installation guide
    • Self-hosted LLM installation
    • Self-hosted Embedder installation
Powered by GitBook
On this page
Export as PDF
  1. Deploy Kodesage

Installation guide

Installation guide

PreviousConfluenceNextSelf-hosted LLM installation

Last updated 4 months ago

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:

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

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.

Install Docker Engine
Install Docker Compose