Coder Social home page Coder Social logo

seamstress's Introduction

Seamstress - Simple Configuration Management

Chef and Puppet are great, but what if you just want to easily manage a couple of servers?

Example

Seamstress is built on top of Fabric, and uses the fabfile.py to store configurations.

from seamstress.core import * 

def configure():
    user("ubuntu")
    directory("/var/web/hello_world")

Configure a system using the fab command.

$ fab -H 33.33.33.10 configure

Resources

seamstress supports the following resources

  • user
  • directory
  • document
  • remote_file

Installation

$ pip install seamstress

or, if you must

$ easy_install seamstress

Development

I test on a t1.micro instance on EC2 running Ubuntu 10.04 64-bit.

$ pip install -r requirements.txt
$ fab --config tests/fabricrc functional

seamstress's People

Contributors

kyleconroy avatar

Stargazers

 avatar Joshua 'Taco' Salles avatar

Watchers

 avatar James Cloos avatar  avatar

seamstress's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.