From 592aff262db9aa231ff804817dd5a1c86b0b02a4 Mon Sep 17 00:00:00 2001 From: Hulk Date: Mon, 10 Dec 2018 11:36:39 +0800 Subject: [PATCH] suport the psd onlineview --- seafile-server-centos-7-amd64-http | 3 ++- seafile-server-ubuntu-16-04-amd64-http | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/seafile-server-centos-7-amd64-http b/seafile-server-centos-7-amd64-http index fe2139e..05c738d 100644 --- a/seafile-server-centos-7-amd64-http +++ b/seafile-server-centos-7-amd64-http @@ -164,8 +164,9 @@ yum install python-setuptools MySQL-python memcached python-urllib3 \ pwgen curl openssl python-ldap java-1.7.0-openjdk poppler-utils libreoffice python-requests \ libreoffice-headless libreoffice-pyuno wqy-microhei-fonts wqy-zenhei-fonts wqy-unibit-fonts \ gcc libffi-devel python-devel openssl-devel libmemcached libmemcached-devel python2-pip -y -pip install --upgrade pylibmc django-pylibmc +pip install pylibmc==1.6.0 django-pylibmc==0.6.1 pip install --timeout=3600 Pillow==4.3.0 +pip install psd-tools==1.4 # start memcached on system boot systemctl enable --now memcached diff --git a/seafile-server-ubuntu-16-04-amd64-http b/seafile-server-ubuntu-16-04-amd64-http index 018a883..09edbb7 100644 --- a/seafile-server-ubuntu-16-04-amd64-http +++ b/seafile-server-ubuntu-16-04-amd64-http @@ -144,8 +144,9 @@ apt-get install -y python2.7 sudo python-pip python-setuptools python-mysqldb py openjdk-8-jre memcached libmemcached-dev zlib1g-dev pwgen curl openssl poppler-utils libpython2.7 libreoffice \ libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy nginx python-requests -pip install --upgrade pylibmc django-pylibmc +pip install pylibmc==1.6.0 django-pylibmc==0.6.1 pip install --timeout=3600 Pillow==4.3.0 +pip install psd-tools==1.4 rm /etc/nginx/sites-enabled/*