Skip to content

daniellawrence/fabric-web

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published