recipes

UIMC - LEAF RAKE

Rake

On July 15, 2011, in Announce, by Mike Bailey
0

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 […]

Continue Reading »
ruby_logo

Ruby

On May 25, 2011, in languages, by Mike Bailey
0

Use deprec to install your choice or Ruby Enterprise Edition or MRI (version 1.8.x or 1.9.x) along with Rubygems.

Continue Reading »
openssh

SSH

On May 25, 2011, in sysadmin, by Mike Bailey
0

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.

Continue Reading »
nagios_globe-support-150x150

Nagios

On May 25, 2011, in monitoring, by Mike Bailey
0

Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.

Continue Reading »
rails

Ruby on Rails Stack

On June 26, 2011, in ruby, by Mike Bailey
0

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 […]

Continue Reading »
pc-network-cable

Network

On May 25, 2011, in sysadmin, by Mike Bailey
0

These recipes makes updating the hostname and networking details of a newly spun up virtual machine a breeze.

Continue Reading »
400px-Blue_think.svg

Users

On May 25, 2011, in sysadmin, by Mike Bailey
0

Create user accounts on remote servers complete with public key access and sudo access if desired.

Continue Reading »