-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include docker compose instructions in enterprise README
- Loading branch information
1 parent
6e3daeb
commit 292d34c
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |