deprec
deprec copied to clipboard
master respository for deprec - deployment recipes for capistrano
Commented out Monit activation because Monit installation has been commented out in the rack recipe and this line causes deploy:setup to break
Install RabbitMq server 2.5.0 from rabbitmq.com repostitory.
Recipe to install Erlang R14B03 from source.
Hi capistrano-ext gem has been included in capistrano and doesn't require to be loaded twice. Once load explicitly it broke some multi-stage settings. reference: https://github.com/capistrano/capistrano/wiki/2.x-Multistage-Extension ``` The multistage extension used...
Hi, It looks like the 2.2.3 deprec gem is packaged wrong. In deprec.rb I can find the following code: # _cset :rake, 'rake' _cset :rake, 'rakes' I'm pretty sure the...
Commit 0380310 enforces you to either keep the server's database.yml locally or in scm. The problem with it is that if you want to do neither, i.e. because your local...
It seems like several steps can be eliminated during deploy by skipping mongrel.log processing when using passenger. This would skip 4 commands (touch, chown , chrgrp, and chmod) and lighten...
We have also been maintaining a set of capistrano recipes for our organisation, and I think it would be great to join forces. We can provide the other half of...
Should the sphinx recipe perhaps download this release (it says on the sphinx website it is generally recommended, see http://sphinxsearch.com/downloads/), or at least the 0.9.9 release, which is the previous...
Encountered an issue trying to use deprec to deploy when it attempts to install the sqlite3-ruby gem. Apparently the sqlite3-ruby gem requires gems version >=1.3.5, but REE installs gems 1.3.2....