This site has moved, this is just for reference, please visit the current one.

P Bergqvist

Fabric under Windows, a short guide to success.

Published: mars 26, 2011

Tags: deployment python windows

Comments:  

This is a short guide, or mainly just my own notes, of how to get the genious deployment script called Fabric to run under windows.

  1. I assume you have a working python installation according to my previous python-post
  2. Install pycrypto, http://www.voidspace.org.uk/python/modules.shtml#pycrypto
  3. Install pywin32, http://sourceforge.net/projects/pywin32/files/
  4. Start a cmd as root and run "pip install fabric" and you should have a fab available for all users.

You can according to this post on Stackoverflow install Activepython and use pypm to solve this, if you try it out, feel free to leave a comment if it worked!

blog comments powered by Disqus

Copyright © 2012 Me. All rights reserved.