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.
- Host: GitHub
- URL: https://github.com/startup-class/setup
- Owner: startup-class
- Created: 2013-07-01T23:27:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T23:48:23.000Z (over 8 years ago)
- Last Synced: 2024-04-26T14:32:03.587Z (over 1 year ago)
- Language: Shell
- Homepage: http://coursera.org/course/startup
- Size: 77.1 KB
- Stars: 297
- Watchers: 99
- Forks: 1,287
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-aws - startup-class/setup :fire::fire: - EC2 setup files for Startup Engineering MOOC. (Open Source Repos / Accompanying Repos)
- awesome-aws - startup-class/setup :fire::fire: - EC2 setup files for Startup Engineering MOOC. (Open Source Repos / Accompanying Repos)
- awesome-aws - startup-class/setup :fire::fire: - EC2 setup files for Startup Engineering MOOC. (Open Source Repos / Accompanying Repos)
- awesome-aws - startup-class/setup :fire::fire: - EC2 setup files for Startup Engineering MOOC. (Open Source Repos / Accompanying Repos)
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.