Commit cb1c74b7 authored by Gliders User's avatar Gliders User
Browse files

Merge branch 'master' of gitlab.noc.soton.ac.uk:owanes/gliders-webserver

parents a52d228b 4633833f
......@@ -30,7 +30,7 @@ server {
# Enable compression. Very helpful when we're getting stuff like
# large amounts of vehicle tracks in JSON form!
gzip on;
gzip_types text/plain application/xml text/html text/css application/json application/x-javascript text/xml text/javascript;
gzip_types text/plain application/xml text/html text/css application/json application/x-javascript text/xml text/javascript application/javascript;
# strip app.php/ prefix if it is present
rewrite ^/$symfonyfile\.php/?(.*)$ /$1 permanent;
......
......@@ -27,7 +27,7 @@ yum install -y inotify-tools incron
yum groupinstall -y "Development Tools"
# Install python libraries
yum install -y python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel python-daemon netcdf4-python
yum install -y python-inotify numpy python-matplotlib python-virtualenv python-pip python-pandas libffi-devel python-daemon netcdf4-python ipython
pip install css-html-js-minify
pip install bcrypt
pip install future
......
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