Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

DistriNet/BugHog-web

Repository files navigation

⚠️ This repository is deprecated ⚠️

BugHog-web has been merged with BugHog.

BugHog web experiment server

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.

Usage

Prerequisites

  • Docker (tested with version 24.0.1)

Installing

  1. Clone this repository:
git clone https://github.com/DistriNet/BugHog-web.git
cd BugHog-web
  1. Build image:
docker compose build

Starting

The experiment server is started with:

docker compose up

Stopping

To stop the server, execute the following:

docker compose down