Giter Club home page Giter Club logo
FabricBolt photo

fabric-bolt Goto Github PK

repos: 1.0 gists: 0.0

Name: FabricBolt

Type: Organization

Bio: FabricBolt is a web frontend to run your fabric scripts. This makes FabricBolt a web based automation and release tracking tool.

Location: Greenville, SC

Blog: http://fabricbolt.io

FabricBolt

image

image

tl;dr
A web interface for fabric deployments.

Fabric Bolt is a Python/Django project that allows you to deploy code stored in source control (a project) to a target server (host). Fabric Bolt provides convenient web interfaces to configure both the projects and the hosts. Additionally, deployment history and logs are stored so that you know who, what, where, when, and why something was deployed.

Documentation found at http://fabric-bolt.readthedocs.org/en/latest/

image

Quickstart

These steps are designed to get you rolling quickly, but more complete install/setup information is provided in our documentation.

  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 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.

Authors

  • Dan Dietz (paperreduction)
  • Jared Proffitt (jproffitt)
  • Nathaniel Pardington (npardington)

Bolting web applications to servers since 2013 :: Deploy Happy!

FabricBolt's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.