Skip to content

Instantly share code, notes, and snippets.

@benjiao
Created October 4, 2015 13:10
Show Gist options
  • Save benjiao/f368a61aa9b6a3ffd47d to your computer and use it in GitHub Desktop.
Save benjiao/f368a61aa9b6a3ffd47d to your computer and use it in GitHub Desktop.
sudo apt-get -y update
sudo apt-get -y install git
sudo add-apt-repository -y ppa:chris-lea/node.js
sudo apt-get -y update && sudo apt-get install -y nodejs
sudo apt-get -y install mongodb
curl https://install.meteor.com/ | sh
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
# Run: sudo meteor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment