Installation guide
Installation guide
Last updated
Installation guide
Last updated
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.