botorchestrator

module
v0.0.0-...-b146d40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2020 License: MIT

README

BotOrchestrator

Build status Coverage Status License

Description

The BotOrchestrator coordinates, maintains and monitors bots across multiple AbyleBotter instances.

How to build from source

Requirements
  • Go >= 1.12
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.

Directories

Path Synopsis
botconfigprovider
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL