An open API service indexing awesome lists of open source software.

https://github.com/coddeys/setup

AWS EC2 setup files for Remote Pair Programming
https://github.com/coddeys/setup

Last synced: 2 months ago
JSON representation

AWS EC2 setup files for Remote Pair Programming

Awesome Lists containing this project

README

          

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:

```sh
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