Cuisine

Chef-like functionality for Fabric
Download

Cuisine Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Publisher Name:
  • Sbastien Pierre
  • Publisher web site:
  • http://www.ivy.fr/kiwi/

Cuisine Tags


Cuisine Description

Chef-like functionality for Fabric Fabric is an incredible tool to automate administration of remote machines. As Fabric's function are rather low-level, you'll probably quickly see a need for more high-level functions such as add/remove users and groups, install/upgrade packages, etc.Cuisine is a Python module that provides a small set of functions that sit on top of Fabric, to abstract common administration operations such as file/dir operations, user/group creation, package install/upgrade, making it easier to write portable administration and deployment scripts.Installation:To install Cuisine> python setup.pyOr simply put 'cuisine.py' in your PYTHONPATH, and create a 'fabfile.py' like this:> from cuisine import *> # Write your rules hereCuisine automatically imports and wraps some of Fabric's API functions, soyou probably won't need anything else that this.If you want more information, you can: * Look at Cuisine's (cuisine-api.html) * Read the (http://ur1.ca/45ku5)


Cuisine Related Software