agz1990 / fabric-web

Taking the magic of fabric and throwing up as a website for ease of use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

fabric-web

Taking the magic of fabric and throwing up as a website for ease of use

How to install

Quick install onto your local machine.

$ git clone https://github.com/daniellawrence/fabric-web
$ pip install -r requirements.txt

How to run

This will start the server on http://localhost:5000/

$ ./main.py

screenshots

Selecting a task from one of the imported fabfile.py's index

Add the required fields and choose the host(s) to run it on task

Review the results results

Just Added

Horrible hacks to pull apart per-task decorators for hosts and roles.

settings

Where to look for main fabfile that should be imported.

fabfile = {
 'fabric-web': './fabfile.py'
 'users': './fabfile-users.py'
 'packages': './fabfile-packages.py'
}

About

Taking the magic of fabric and throwing up as a website for ease of use.

License:MIT License


Languages

Language:Python 54.9%Language:HTML 45.1%