BugHog-web has been merged with BugHog.
This standalone experiment server is intended to be used in conjunction with BugHog. However, feel free to use it in any possible way, should you discover other fitting purposes.
If you intend to use this as part of the BugHog framework, follow the instructions from there.
Instructions to add your own custom experiments to the server can be found here.
- Docker (tested with version 24.0.1)
- Clone this repository:
git clone https://github.com/DistriNet/BugHog-web.git
cd BugHog-web
- Build image:
docker compose build
The experiment server is started with:
docker compose up
To stop the server, execute the following:
docker compose down