An open API service indexing awesome lists of open source software.

https://github.com/ronnix/fabtools.recipes.graphite

Fabric task to install graphite, using fabtools
https://github.com/ronnix/fabtools.recipes.graphite

fabtools graphite python-fabric

Last synced: 6 months ago
JSON representation

Fabric task to install graphite, using fabtools

Awesome Lists containing this project

README

          

Description
===========

`Fabric `_ task to install `graphite `_, using `fabtools `_.

How to use
==========

Import the task in your project's ``fabfile.py`` to make it available::

from fabtools.recipes.graphite import install_graphite

Then you can call it from the ``fab`` command::

fab install_graphite