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
- Host: GitHub
- URL: https://github.com/coddeys/setup
- Owner: coddeys
- Created: 2014-02-03T07:30:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T07:16:46.000Z (over 11 years ago)
- Last Synced: 2025-03-06T08:23:20.632Z (over 1 year ago)
- Language: Shell
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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