From 292d34c866fc05640140722485b29774fc580f3b Mon Sep 17 00:00:00 2001 From: Nassim Tabchiche Date: Tue, 10 Sep 2024 18:03:25 +0200 Subject: [PATCH] Include docker compose instructions in enterprise README --- enterprise/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/enterprise/README.md b/enterprise/README.md index e69de29bb..99938df49 100644 --- a/enterprise/README.md +++ b/enterprise/README.md @@ -0,0 +1,21 @@ +## Testing locally 🚀 + +To run CISO Assistant Enterprise locally in a straightforward way, you can use Docker compose. + +1. Make sure you are located in the top-level directory of the repository + +2. Launch docker-compose script for prebuilt images: + +```sh +./docker-compose.sh -f enterprise/docker-compose.yml +``` + +_Alternatively_, you can use this variant to build the docker images for your specific architecture: + +```sh +./docker-compose-build.sh -f enterprise/docker-compose-build.yml +``` + +When asked for, enter your email and password for your superuser. + +You can then reach CISO Assistant using your web browser at [https://localhost:8443/](https://localhost:8443/)