This installation guide takes you through installing webhookie and integrating it with your own Identity Platform and your own MongoDB instance. If you want to quickly evaluate webhookie we recommend first starting with the install guide that comes with Keycloak.
Download and extract the following zip file to a folder dedicated to webhookie.
Inside the zip file there is a docker-compose.yml file ready to webhookie in a container.
Configure your IdP using the following instructions Identity Platform (IdP) Setup
Add your MongoDB URI into the docker compose file. WH_MONGODB_URI=your_mongodb_connection_uri
WH_MONGODB_URI=your_mongodb_connection_uri
From your terminal, in the folder you created in the previous step, run the following docker command:
> docker compose up
This will bring up webhookie!
Powered by BetterDocs