capistrano-unicorn
capistrano-unicorn copied to clipboard
Capistrano integration for Unicorn! - NEEDS MAINTAINER
- run auto-detection on remote - convert relative path to absolute - use `unicorn -e` instead of `unicorn -c` with Tempfile This fixes #85
Hi, I have rewritten `capistrano-unicorn` to work with capistrano 3.x, check out [sepastian-capistrano-unicorn](https://github.com/sepastian/capistrano-unicorn). This is still in an early stage and not at all tested; but I can use it...
Hey all, I was getting two errors that bugged me for a while: my environment variable was being overwritten and I couldn't figure out how to set it within my...
According to rubygems and the list of github tags, version 0.2.0 isn't actually released yet, but the NEWS file lists it as released, and the README documents the unicorn:show_vars task...
Hey, this is a really great gem. So first and foremost, thanks so much for that. I have a few simple questions. 1. If I want to use monit to...
I've been using this gem for a while (awesome - thanks!) and just took the dive to try deploying an actual staging environment to my staging server, and I ran...
I'm trying to get RVM, capistrano and unicorn to place nice together with a multistage setup. I'm currently getting this: ``` joshua@ccubuntu:~/collaborase/current$ cap unicorn:start triggering load callbacks * 2013-07-15 19:56:06...
First, thanks for the lib, this is pretty handy. Just a quick question. I saw this pull request merged in that I think added this behavior. https://github.com/sosedoff/capistrano-unicorn/pull/26 And in the...
I was having issue to have `cap deploy` to restart unicorn for a `preload_app`. The duplicated unicorn will fail do bind the socket. I found that the problem is gone...