Home

Awesome

Multivac

<p align="center"> <img src="https://raw.githubusercontent.com/vektorlab/multivac/master/logo.png" alt="multivac"/> </p>

Extensible ChatOps framework with an integrated job queue, RESTful API, and built-in support for Slack.

Quickstart

To get started quickly using Docker:

git clone https://github.com/vektorlab/multivac.git
cd multivac
cp -v sample-config.yml config.yml
sed -i "s|/path/to|$(pwd)|g" docker-compose.yml
docker-compose up

That's it! You're ready to start talking to Multivac.

Invite Multivac to your channel and type @multivac: help to get available commands. Navigate to http://localhost:8000 to view the real-time dashboard.

Full docs are available here