Created
June 24, 2015 18:07
-
-
Save melloc01/2117789c2a400b8d21f6 to your computer and use it in GitHub Desktop.
Ubuntu provisioning
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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