Skip to content

Latest commit

 

History

History
92 lines (57 loc) · 2.26 KB

README.rst

File metadata and controls

92 lines (57 loc) · 2.26 KB

Bartender

Bartender is the beer-garden backend. It's responsible for maintaining plugin health/status and running the actual plugins.

Gitter PyPI Build Status Code Coverage Documentation Status Pyup Updates

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!