I woke up this morning with a great idea. What if deprec could include rake tasks as well as cap tasks? This would be handy when working on your dev box as you could run tasks the same tasks locally (with Rake) that you can run on remote servers with Capistrano. It would also allow […]
Use deprec to install your choice or Ruby Enterprise Edition or MRI (version 1.8.x or 1.9.x) along with Rubygems.
You want to disable password based access to servers so you need a painless way to manage users ssh pubkeys. These recipes help you do both.
Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.
While deprec was originally created for this purpose, installing a Ruby On Rails stack has become a helluva lot easier since Phusion Passenger came on the scene. I still find it convenient to use a couple of standard deprec tasks to install a Ruby on Rails stack though. $ cap deprec:rack:install_stack $ cap deprec:db:install If you […]
These recipes makes updating the hostname and networking details of a newly spun up virtual machine a breeze.
Create user accounts on remote servers complete with public key access and sudo access if desired.