A web interface for fabric deployments.
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 syncdb --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.
- Dan Dietz
- Jared Proffitt
- Nathaniel Pardington