Skip to content

Diabolically atomic Python Fabric fabfile tasks and utilities.

License

Notifications You must be signed in to change notification settings

todddeluca/diabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Diabric is a python package containing utilities for use in Fabric fabfiles. These tasks, functions, and classes are useful for:

  • working with Amazon EC2
  • configuring machines
  • installing, configuring, and starting services, servers, and daemons, like nginx and supervisord.
  • deploying python wsgi web applications.
  • uploading and formatting files
  • creating python virtualenv virtual environments
  • installing packages into virtualenvs
  • configuring fabfiles

This package is still very much alpha and exists to reduce code duplication across a number of fabfiles I have for different projects.

Requirements

Installation

Install from pypi.python.org

Download and install diabric.

pip install diabric

Install from github.com

Install distutils2 if you do not yet have it installed.

pip install distutils2

Download and install diabric.

cd ~
git clone [email protected]:todddeluca/diabric.git
cd diabric
pysetup install

About

Diabolically atomic Python Fabric fabfile tasks and utilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages