diff --git a/README.md b/README.md index 9307bbc4b..f1f7ef5e7 100644 --- a/README.md +++ b/README.md @@ -14,36 +14,40 @@ BloodHound uses graph theory to reveal the hidden and often unintended relations BloodHound CE is created and maintained by the [BloodHound Enterprise Team](https://bloodhoundenterprise.io). The original BloodHound was created by [@\_wald0](https://www.twitter.com/_wald0), [@CptJesus](https://twitter.com/CptJesus), and [@harmj0y](https://twitter.com/harmj0y). ## Running BloodHound Community Edition + Docker Compose is the easiest way to get up and running with BloodHound CE. Instructions below describe how to install and upgrade your deployment. ### System Requirements -BloodHound CE deploys in a traditional multi-tier container architecture consisting of databases, application, and UI layers. + +BloodHound CE deploys in a traditional multi-tier container architecture consisting of databases, application, and UI layers. **Minimum specifications:** -- 4GB of RAM -- 4 processor cores -- 10GB hard disk space +- 4GB of RAM +- 4 processor cores +- 10GB hard disk space **For large environments (>50,000 users):** -- 96GB of RAM -- 12 processor cores -- 50GB hard disk space +- 96GB of RAM +- 12 processor cores +- 50GB hard disk space ### Deploy BloodHound CE + Deploying BloodHound CE quickly with the following steps: 1. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/). Docker Desktop includes Docker Compose as part of the installation. 2. Download the [Docker Compose YAML file](examples/docker-compose/docker-compose.yml) and save it to a directory where you'd like to run BloodHound. You can do this from a terminal application with `curl -L https://ghst.ly/getbhce`. - > On Windows: Execute the command in CMD, or use `curl.exe` instead of `curl` in PowerShell. + > On Windows: Execute the command in CMD, or use `curl.exe` instead of `curl` in PowerShell. 3. Navigate to the folder with the saved `docker-compose.yml` file and run `docker compose pull && docker compose up`. 4. Locate the randomly generated password in the terminal output of Docker Compose. 5. In a browser, navigate to `http://localhost:8080/ui/login`. Login with a username of `admin` and the randomly generated password from the logs. -*NOTE: The default `docker-compose.yml` example binds only to localhost (127.0.0.1). If you want to access BloodHound outside of localhost, you'll need to follow the instructions in [examples/docker-compose/README.md](examples/docker-compose/README.md) to configure the host binding for the container.* +_NOTE: The default `docker-compose.yml` example binds only to localhost (127.0.0.1). If you want to access BloodHound outside of localhost, you'll need to follow the instructions in [examples/docker-compose/README.md](examples/docker-compose/README.md) to configure the host binding for the container._ ### Upgrade BloodHound CE + Once installed, upgrade BloodHound CE to the latest version with the following steps: 1. Navigate to the folder with the saved `docker-compose.yml` file and run `docker compose pull && docker compose up`. @@ -55,13 +59,13 @@ The BloodHound team has provided some sample data for testing BloodHound without ## Installation Error Handling -- If you encounter a "failed to get console mode for stdin: The handle is invalid." ensure Docker Desktop (and associated Engine is running). Docker Desktop does not automatically register as a startup entry. +- If you encounter a "failed to get console mode for stdin: The handle is invalid." ensure Docker Desktop (and associated Engine is running). Docker Desktop does not automatically register as a startup entry.