Skip to content

Instantly share code, notes, and snippets.

View andys's full-sized avatar

Andrew Snow andys

View GitHub Profile
@andys
andys / ubuntu puppet server passenger install.txt
Created November 18, 2010 07:15
Steps for installing puppet master in Ubuntu 10.04 with ruby 1.8 and passenger
Puppet Install steps for Ubuntu 10.04, ruby 1.8, and passenger
apt-get -y update
apt-get -y dist-upgrade
reboot
############################################
apt-get -y install build-essential
apt-get -y install bsubversion apache2 libcurl4-openssl-dev libssl-dev mysql-server