Relative directory

This commit is contained in:
Bob Mottram 2016-06-18 14:14:54 +01:00
parent 5c9bb711c8
commit 8bc31ba1d1
1 changed files with 9397 additions and 9395 deletions

View File

@ -9916,6 +9916,8 @@ function install_media_server {
apt-get -y install fcgiwrap libmysqlclient-dev
apt-get -y install libjpeg-dev zlib1g-dev libfreetype6-dev
apt-get -y install python-setuptools python-virtualenv
apt-get -y remove uwsgi uwsgi-plugin-python
pip uninstall uwsgi
apt-get -y install uwsgi uwsgi-plugin-python
pip install --upgrade pip
pip install paster==0.8
@ -9996,7 +9998,7 @@ function install_media_server {
sed -i 's|files_serve_method.*|files_serve_method = nginx_redirect|g' deployment.ini
# initial data
cp -a mediadrop/data .
cp -a data .
paster setup-app deployment.ini
# add uwsgi to deployment.ini