Skip to content

Instantly share code, notes, and snippets.

@AddoSolutions
Last active March 2, 2017 15:43
Show Gist options
  • Save AddoSolutions/8aca9c3d49e96599ff96 to your computer and use it in GitHub Desktop.
Save AddoSolutions/8aca9c3d49e96599ff96 to your computer and use it in GitHub Desktop.
Install Mean.io Stack on CentOS
#!/bin/bash
# Install Node.JS
source <(curl -s https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installNodeJS.sh)
# Install Mongo
source <(curl -s https://raw.githubusercontent.com/qrpike/CentOS-6-Quick-Install-Scripts/master/installMongoDB.sh)
npm install -g grunt-cli
npm install -g meanio@latest
echo "Congradulations! You now have the full mean.io stack installed! Check out http://mean.io/ to get started"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment