Skip to content

herstori3/fabric-bolt

 
 

Repository files navigation

Fabric Bolt

A web interface for fabric deployments.

Build Status

image

image

Quickstart

  1. Install:

    pip install fabric-bolt
  2. Initialize settings file. (To specify file location, enter as the second argument.):

    fabric-bolt init [~/.fabric-bolt/settings.py]
  3. Modify generated settings file to enter database settings.
  4. Migrate db:

    fabric-bolt syncdb --migrate
  5. Create admin user, then follow the prompts to create an email and password:

    fabric-bolt [--config=~/.fabric-bolt/settings.py] createsuperuser
  6. Run:

    fabric-bolt runserver

Note:

If you have created a settings file at a different location than the default, you can use the --config option on any command (besides the init command) to specify the custom file path. Alternatively, you can set an env variable: FABRIC_BOLT_CONF.

Examples Screens

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

image

Authors

  • Dan Dietz
  • Jared Proffitt
  • Nathaniel Pardington