All Projects → fabric-bolt → Fabric Bolt

fabric-bolt / Fabric Bolt

Licence: mit
Fabric deployments via a web interface

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fabric Bolt

boss
Deploy like a boss.
Stars: ✭ 35 (-91.65%)
Mutual labels:  deployment, fabric
Fabric Home Assistant
📜 Deploy Home-Assistant easily with Fabric
Stars: ✭ 94 (-77.57%)
Mutual labels:  fabric, deployment
fabalicious
is now deprecated and not supported anymore, use https://github.com/factorial-io/phabalicious instead
Stars: ✭ 14 (-96.66%)
Mutual labels:  deployment, fabric
Loom
Elegant deployment with Fabric and Puppet.
Stars: ✭ 115 (-72.55%)
Mutual labels:  fabric, deployment
django-boilerplate-3.6.1
Django served by Gunicorn running behind Nginx reverse proxy. Deploy to AWS Elastic Beanstalk with Fabric3!
Stars: ✭ 13 (-96.9%)
Mutual labels:  deployment, fabric
Linuxdeploy
Install and run GNU/Linux on Android
Stars: ✭ 3,775 (+800.95%)
Mutual labels:  deployment
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-10.98%)
Mutual labels:  deployment
Template Building Blocks
A tool for deploying Azure infrastructure based on proven practices. Azure building blocks take advantage of the Azure CLI and Azure Resource Manager templates to provision collections of resources as logical units with production-ready settings.
Stars: ✭ 325 (-22.43%)
Mutual labels:  deployment
Ansible Rails
Ansible: Ruby on Rails Server
Stars: ✭ 317 (-24.34%)
Mutual labels:  deployment
Elasticsearch
This repository has been archived.
Stars: ✭ 405 (-3.34%)
Mutual labels:  deployment
Jruby Rack
Rack for JRuby and Java appservers
Stars: ✭ 393 (-6.21%)
Mutual labels:  deployment
Post Tuto Deployment
Build and deploy a machine learning app from scratch 🚀
Stars: ✭ 368 (-12.17%)
Mutual labels:  deployment
Mix docker
Put your Elixir app production release inside minimal docker image
Stars: ✭ 335 (-20.05%)
Mutual labels:  deployment
Aws Deployment Framework
The AWS Deployment Framework (ADF) is an extensive and flexible framework to manage and deploy resources across multiple AWS accounts and regions based on AWS Organizations.
Stars: ✭ 374 (-10.74%)
Mutual labels:  deployment
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (-22.43%)
Mutual labels:  deployment
Bootleg
Simple deployment and server automation for Elixir.
Stars: ✭ 395 (-5.73%)
Mutual labels:  deployment
Kubernetes Digitalocean Terraform
📋 🌊 🌎 Setup a simple Kubernetes cluster in Digital Ocean using Terraform
Stars: ✭ 324 (-22.67%)
Mutual labels:  deployment
Nelson
Automated, multi-region container deployment
Stars: ✭ 363 (-13.37%)
Mutual labels:  deployment
Vinyl Ftp
Blazing fast vinyl adapter for FTP
Stars: ✭ 385 (-8.11%)
Mutual labels:  deployment
Kubectl Plugins
A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).
Stars: ✭ 340 (-18.85%)
Mutual labels:  deployment

FabricBolt

.. image:: https://travis-ci.org/fabric-bolt/fabric-bolt.png?branch=master :target: https://travis-ci.org/fabric-bolt/fabric-bolt

.. image:: https://coveralls.io/repos/fabric-bolt/fabric-bolt/badge.svg?branch=master :target: https://coveralls.io/r/fabric-bolt/fabric-bolt?branch=master

| 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:: http://fabricbolt.io/static/img/screen_deployments.png

Quickstart

These steps are designed to get you rolling quickly, but more complete install/setup information is provided in our documentation <http://fabric-bolt.readthedocs.org/en/latest/>_.

  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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].