You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
AS A Technical Interested Party
I WANT TO run Bürokratt's chat-related services on Docker containers
SO THAT I could just test or take them into actual use as easily as possible
Acceptance Criteria
General requirements
Documentation covering all necessary (additional) steps, orders of execution, etc is up-to-date, and following it step-by-step results in setting up given services
Written description about how to test if the technical setup was successful. When using docker-compose up -d (see below), installation is considered technically successful if all Docker containers are up and running and accessible as standalone components, but also if necessary and graphical user interfaces are accessible via browser
Written description about how to test if the setup was successful in a sense of using installed components as fully functional services
Configuration parameters
Configuration parameters in public repositories may not contain any sensitive information
One comprehensive configuration (the so-called master-conf) file containing all of the variables used during the following installation steps
When setting up different services, appropriate configuration values are automatically applied from the so-called master conf
Plain chat services
Technical components are installed simply by cloning the repo and running docker-compose up -d
Rasa-based services
Technical components are installed simply by cloning the repo and running docker-compose up -d
Analytics
Technical components are installed simply by cloning the repo and running docker-compose up -d
The text was updated successfully, but these errors were encountered:
turnerrainer
changed the title
Installation guide to start using Bürokratt's chat-related services
Installation guide to start using Bürokratt's chat-related services on Docker
Aug 9, 2022
AS A Technical Interested Party
I WANT TO run Bürokratt's chat-related services on Docker containers
SO THAT I could just test or take them into actual use as easily as possible
Acceptance Criteria
General requirements
docker-compose up -d
(see below), installation is considered technically successful if all Docker containers are up and running and accessible as standalone components, but also if necessary and graphical user interfaces are accessible via browserConfiguration parameters
master-conf
) file containing all of the variables used during the following installation stepsmaster conf
Plain chat services
docker-compose up -d
Rasa-based services
docker-compose up -d
Analytics
docker-compose up -d
The text was updated successfully, but these errors were encountered: