Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fabric

How To Combine Boto With Fabric

I need to mention. I use Windows. Now I know how to use boto. But I faced the problem that I can… Read more How To Combine Boto With Fabric

Restart Gunicorn_django Via Fabric

I'm building a Django application and I decided to investigate Fabric for automating deployment… Read more Restart Gunicorn_django Via Fabric

Can I Prevent Fabric From Prompting Me For A Sudo Password?

I am using Fabric to run commands on a remote server. The user with which I connect on that server … Read more Can I Prevent Fabric From Prompting Me For A Sudo Password?

How To Make Fabric Ignore Offline Hosts In The Env.hosts List?

This is related to my previous question, but a different one. I have the following fabfile: from … Read more How To Make Fabric Ignore Offline Hosts In The Env.hosts List?

How To Catch Auth Errors In Fabric And Retry?

I have two usernames and corresponding passwords that I use to admin my servers, is there a way to … Read more How To Catch Auth Errors In Fabric And Retry?

Restart Gunicorn_django Via Fabric

I'm building a Django application and I decided to investigate Fabric for automating deployment… Read more Restart Gunicorn_django Via Fabric