Last updated:
0 purchases
bartender 2.4.11
Bartender is the beer-garden backend. It’s responsible for maintaining plugin health/status and running the actual plugins.
Getting Started
Pre-requisites
Python >= 2.7, < 3.9
pip
Connectivity to MongoDB Server - (Tested on 3.4)
Connectivity to Rabbitmq-Server - (Tested on 3.6)
Get Up and Running
When installed from pip you can simply:
$ bartender -c /path/to/config.json
These are the minimum required steps once you have all the pre-requisites up and running.
$ git clone https://github.com/beer-garden/bartender.git
$ cd bartender
$ pip install -r requirements.txt
$ ./bin/app.sh # Requires brew-view to be running
There are several plugins that are loaded by default. You can view them in the brew-view UI.
Testing
Running the tests:
$ make test
Generating coverage:
$ make coverage
Linting:
$ make lint
Credits
Doug Hellmann (@doughellmann) - Doug originally owned the bartender name but was willing to allow us to have it so that we didn’t have to change a lot of documentation. Thanks very much Doug!
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.