Skip to content

Instantly share code, notes, and snippets.

@lymanlai
Forked from dirkk0/gist:4530915
Created June 6, 2013 10:28
Show Gist options
  • Save lymanlai/5720619 to your computer and use it in GitHub Desktop.
Save lymanlai/5720619 to your computer and use it in GitHub Desktop.
# https://github.com/SachaG/Telescope
########################
# it should be
sudo apt-get install git npm
curl https://install.meteor.com | /bin/sh
sudo npm install -g meteorite
git clone https://github.com/SachaG/Telescope.git
cd Telescope
mrt
########################
# but on Amazon EC2 it is
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm git
node --version # should show 0.8x
sudo npm install -g meteorite
git clone https://github.com/SachaG/Telescope.git
cd Telescope
mrt
# thanks to
# https://github.com/oortcloud/meteorite/issues/67
# http://julien-c.fr/2012/10/meteor-amazon-ec2/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment