/setup

AWS EC2 setup files for Remote Pair Programming

Primary LanguageShell

setup.git

Clone and run this on a new EC2 instance running Ubuntu 13.20 to configure development environment for remote pair programming as follows:

cd $HOME
sudo apt-get install -y git-core
git clone https://github.com/coddeys/setup.git
./setup/setup.sh   

See also http://github.com/coddeys/dotfiles