Partially Attended

an irregularly updated blog by Ian Mulvany

blog posts about sys-ops

Setting up Vagrant, Librarian-Chef and Vagrant aws plugins on OSX Mavericks.

I have a new macbook pro. I want to install vagrant, chef and librarian, with the vagrant-aws plugins. I’m working on OSX Mavericks, and I want to get as clean an install as possible. For the most part I am also using the fish shell. This is what I’ve just run through over the last 20 minutes. Install command line tools from the terminal $ xcode-select --install Next we are going to install homebrew, with homebrew we will install rvm and with rvm we will install ruby. ... (more)