Skip to content

Instantly share code, notes, and snippets.

@melloc01
Created June 24, 2015 18:07
Show Gist options
  • Save melloc01/2117789c2a400b8d21f6 to your computer and use it in GitHub Desktop.
Save melloc01/2117789c2a400b8d21f6 to your computer and use it in GitHub Desktop.
Ubuntu provisioning
sudo apt-get update && apt-get update
apt-get install apache2 php5 php5-mcrypt git
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs
sudo npm install -g grunt-cli bower gulp
sudo apt-get install php5-dev php-pear
sudo pecl install zmq-beta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment