Skip to content

Commit

Permalink
Include docker compose instructions in enterprise README
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 10, 2024
1 parent 6e3daeb commit 292d34c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions enterprise/README.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit 292d34c

Please sign in to comment.