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

https://github.com/startup-class/setup

AWS EC2 setup files for Startup Engineering MOOC.
https://github.com/startup-class/setup

Last synced: about 2 months ago
JSON representation

AWS EC2 setup files for Startup Engineering MOOC.

Awesome Lists containing this project

README

          

setup.git
=========
Clone and run this on a new EC2 instance running Ubuntu 12.04.2 LTS to
configure both the machine and your individual development environment as
follows:

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

See also http://github.com/startup-class/dotfiles and
[Startup Engineering Video Lectures 4a/4b](https://class.coursera.org/startup-001/lecture/index)
for more details.