Skip to content

Instantly share code, notes, and snippets.

@flamingice
Forked from dirkk0/gist:4530915
Last active August 29, 2015 14:21
Show Gist options
  • Save flamingice/a1507857780afacf776c to your computer and use it in GitHub Desktop.
Save flamingice/a1507857780afacf776c to your computer and use it in GitHub Desktop.
# https://github.com/SachaG/Telescope
########################
# it should be
sudo apt-get install nodejs git
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