Chochae Chatbot Engine V3 - On Premise Installation
Requirement
Any Linux Distribution (Recommended Debian, Ubuntu 22.04 or above)
At least 4 CPU core and 16 GB of memory.
docker and docker-compose installed.
Setup instructions
(1) Goto any working directory, and setup a project directory
(2) Add config.py
(3) Make db directory and chmod to 777 for allowing whole directory read and write permission.
(4) Add docker-compose.yaml
(5) Start running container as a daemon state (Backend service) using docker-compose.
(6) Verify the installation by viewing docker container list
Last updated