Skip to content

daniellawrence/fabric-web

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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