Dashboard > CI Development > ... > Collaboration Tools > Fabric
Log In   View a printable version of the current page.
Added by Thomas Im , last edited by Thomas Im on May 21, 2009  (view change)
Labels: 
(None)


Fabric is a simple pythonic remote deployment tool.

Install (Ubuntu/Debian):

wget http://git.fabfile.org/cgit.cgi/fabric/snapshot/fabric-0.9a2.tar.gz
apt-get install python-paramiko
tar -xvzf fabric-0.9a2.tar.gz; cd fabric-0.9a2
python setup.py build install

Config (keys, users, hosts)  in .fabric (v0.1) or .fabricrc (v0.9+) in your home directory:

vim ~/.fabricrc
...
key_filename = /home/pro/.ssh/private.key


Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators