A web interface to fabric deployments.
Project description
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/
Quickstart
These steps are designed to get you rolling quickly, but more complete install/setup information is provided in our documentation.
Install:
pip install fabric-bolt
Initialize settings file. (To specify file location, enter as the second argument.):
fabric-bolt init [~/.fabric-bolt/settings.py]
Modify generated settings file to enter database settings.
Migrate db:
fabric-bolt migrate
Create admin user, then follow the prompts to create an email and password:
fabric-bolt [--config=~/.fabric-bolt/settings.py] createsuperuser
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fabric-bolt-0.1.tar.gz
.
File metadata
- Download URL: fabric-bolt-0.1.tar.gz
- Upload date:
- Size: 753.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8f67dab0c3904da644e50e8350c7926ab61ce3dcee4e5dd675c645a4436075e |
|
MD5 | 7467c5d980978499754a58543b90b268 |
|
BLAKE2b-256 | 11bf7052afe0447880f54e7e47673835f5374dd90833b57df8253da8c3f227f5 |