bitfundit / setup

AWS EC2 setup files for Startup Engineering MOOC.

Home Page:http://coursera.org/course/startup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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

To create new Meteor JS app do previous + next:

cd $HOME
./setup/newapp.sh appname
cd appname
meteor

check if app is working at http://localhost:3000

About

AWS EC2 setup files for Startup Engineering MOOC.

http://coursera.org/course/startup


Languages

Language:CSS 68.1%Language:JavaScript 30.0%Language:Shell 2.0%