Screenshots
Example Usage
# Clone the iris-web repository git clone https://github.com/dfir-iris/iris-web.git cd iris-web # Checkout to the last tagged version git checkout v2.4.20 # Copy the environment file cp .env.model .env # Pull the dockers docker compose pull # Run IRIS docker compose up