Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
ab078f72
Commit
ab078f72
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
added uglifycss/uglifyjs packages
parent
b5ed281d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
install.sh
install.sh
+5
-3
No files found.
install.sh
View file @
ab078f72
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment