BotOrchestrator
Description
The BotOrchestrator coordinates, maintains and monitors bots across multiple AbyleBotter instances.
How to build from source
Requirements
Building
Clone the sources from GitHub and compile AbyleBotter with
make deps
make
and optionally
make test
to run tests.
How to run it
To start BotOrchestrator using the self-built or downloaded binary enter
./path/to/botorchestrator -c /path/to/config/file.toml
Using Docker
Probably the easiest way to run the BotOrchestrator is using Docker:
docker run --name botorchestrator -v /path/to/config/file.toml:/app/config/config.toml:ro botorchestrator:latest
where /path/to/config/file.toml has to be replaced with the path to your config file.