Skip to content

shkomg/setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/shkomg/setup.git
./setup/setup.sh   

or for local setup (no phantom js and chromium added)

./setup/setup-local.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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.9%
  • JavaScript 15.3%
  • HTML 9.8%
  • Shell 4.0%