Commit ab078f72 authored by Owain Jones's avatar Owain Jones
Browse files

added uglifycss/uglifyjs packages

parent b5ed281d
......@@ -55,16 +55,18 @@ systemctl enable elasticsearch
yum install MySQL-python python-sqlalchemy
# Install PHP
yum install php php-fpm php-apc php-pdo php-mcrypt php-mbstring
yum install php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit
cp php.ini /etc/php.ini
cp php-d-fpm.ini /etc/php.d/fpm.ini
cp php-fpm-www.conf /etc/php-fpm.d/www.conf
systemctl enable php-fpm
# Install NodeJS, NPM, Bower
# Install NodeJS, NPM, Bower and some tools for shrinking down
# javascript and CSS
yum install nodejs npm
npm install -g bower
npm install -g grunt-cli
npm install -g uglifyjs
npm install -g uglifycss
# As for the webserver -- either apache or nginx...
# nginx is nice and fast, apache gets better support from
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment