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/)