Skip to content

Instantly share code, notes, and snippets.

@joeyrobert
joeyrobert / gist:6245784
Last active December 21, 2015 03:58 — forked from jayd3e/gist:6196323
Install instructions for a base Ubuntu box
On local machine:
sudo apt-get install python-dev python-pip python-setuptools ruby virtualbox build-essential nfs-common nfs-kernel-server
mkdir ~/Boxes
cd ~/Boxes
git clone git@github.com:clusterflunk/clusterstack.git
easy_install pip
pip install ansible
cp ~/.ssh/id_rsa.pub ~/Boxes/clusterstack/roles/common/files/.ssh/
cp ~/.ssh/id_rsa ~/Boxes/clusterstack/roles/common/files/.ssh/