Skip to main content

fabric setup scripts and fabric utils library

Project description

Fabric tasks in order to set up and maintain configurations, software installations and other things on a local or remote linux system (most functionality for Debian/Ubuntu).

Installation

sudo apt-get install  git  fabric
mkdir ~/repos && cd ~/repos
git clone  https://github.com/theno/fabsetup.git

How to use fabsetup

fabsetup is a `fabric <http://www.fabfile.org/>`__ script, so every command starts with a ``fab``:

# go to the fabsetup repository
cd ~/repos/fabsetup


# task infos

## list all tasks: '-l'
fab -l

## show details: '-d'
fab -d setup.vim


# run tasks

fab setup.regex_repl

## on your local host:
fab setup.pencil_v3 -H localhost

## remote host:
fab up -H example.com

`Setup-Howtos <./howtos>`__:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fabsetup-0.6.0.tar.gz (35.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page