Skip to content

Instantly share code, notes, and snippets.

@AlmogBaku
Last active August 29, 2015 14:11
Show Gist options
  • Save AlmogBaku/8820549bf853f6e5aef3 to your computer and use it in GitHub Desktop.
Save AlmogBaku/8820549bf853f6e5aef3 to your computer and use it in GitHub Desktop.
Install Mean.io on ubuntu

Install Mean.io on Ubuntu

Just run the follow command:

curl https://gist.githubusercontent.com/AlmogBaku/8820549bf853f6e5aef3/raw/afb0176e60b47952017be3761c458a56a624a579/meanInstall.sh | sh
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
sudo apt-get update
sudo apt-get install -y mongodb-org
sudo apt-get install -y curl git
sudo apt-get install -y nodejs npm
sudo npm install -g grunt-cli
sudo npm install bower -g
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g mean-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment