Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulocheque/fabric-scripts
https://github.com/paulocheque/fabric-scripts
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulocheque/fabric-scripts
- Owner: paulocheque
- License: other
- Created: 2015-04-04T07:47:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T18:21:54.000Z (almost 7 years ago)
- Last Synced: 2024-12-02T07:55:55.666Z (25 days ago)
- Language: Python
- Size: 269 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
fabric-scripts
======================[![Build Status](https://travis-ci.org/paulocheque/fabric-scripts.png?branch=master)](https://travis-ci.org/paulocheque/fabric-scripts)
[![Docs Status](https://readthedocs.org/projects/fabric-scripts/badge/?version=latest)](http://fabric-scripts.readthedocs.org/en/latest/index.html)
[![Coverage Status](https://coveralls.io/repos/paulocheque/fabric-scripts/badge.png?branch=master)](https://coveralls.io/r/paulocheque/fabric-scripts?branch=master)
[![Code Status](https://landscape.io/github/paulocheque/fabric-scripts/master/landscape.png)](https://landscape.io/github/paulocheque/fabric-scripts/)
[![PyPi version](https://pypip.in/v/fabric-scripts/badge.png)](https://crate.io/packages/fabric-scripts/)
[![PyPi downloads](https://pypip.in/d/fabric-scripts/badge.png)](https://crate.io/packages/fabric-scripts/)**Latest version: 0.0.26 (2015/10)**
Small description.
Install
-------------sudo pip install fabric
sudo pip install fabric-scriptsUpgrade
-------------sudo pip install fabric-scripts --upgrade
Documentation
-------------Add fo your fabfile.py:
from fab_scripts.fabfile_s3 import *
from fab_scripts.fabfile_unix import *
from fab_scripts.fabfile_supervisor import *
from fab_scripts.fabfile_heroku import *Create the files:
localhost.json
staging.json
production.jsonCheck your tasks:
fab --list
http://fabric-scripts.readthedocs.org/en/latest/index.html
Troubleshooting
----------------Fixing upgrade issue caused by Pip bug:
sudo rm -rf /private/tmp/pip-build-root/fabric-scripts/
sudo pip install fabric-scripts --upgrade
python -c "import fab_scripts ; print(fab_scripts.VERSION)"