Install ruby gem files

Install the gems on the destination machine from the local files:

cd /path/to/gems
gem install --force --local *.gem
Thumbnail

The Cart Before the Horse - A DevOps Conundrum

We’ve all heard the age-old saying: putting the cart before the horse. Unfortunately, in the world of DevOps, this is happening far more often than it should, and it’s time we talk about it.

The crux of the issue is that, too often, the focus …

Thumbnail