From f8ae423808bb8630686e07906a62160ae8d9f36e Mon Sep 17 00:00:00 2001 From: lian Date: Mon, 12 Apr 2021 16:03:45 +0800 Subject: [PATCH] Update download_and_setup_seafile_professional_server.md --- ...d_and_setup_seafile_professional_server.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/manual/deploy_pro/download_and_setup_seafile_professional_server.md b/manual/deploy_pro/download_and_setup_seafile_professional_server.md index aeb9e2a9..4d07850b 100644 --- a/manual/deploy_pro/download_and_setup_seafile_professional_server.md +++ b/manual/deploy_pro/download_and_setup_seafile_professional_server.md @@ -49,6 +49,27 @@ pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.3.8 \ ``` +**For Seafile 8.0.x** + +``` +# on Debian 10/Ubuntu 18.04 +apt-get update +apt-get install python3 python3-setuptools python3-pip -y + +pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.4.3 \ + django-pylibmc django-simple-captcha python3-ldap + +``` + +``` +# on CentOS 8 +yum install python3 python3-setuptools python3-pip -y + +pip3 install --timeout=3600 Pillow pylibmc captcha jinja2 sqlalchemy==1.4.3 \ + django-pylibmc django-simple-captcha python3-ldap + +``` + For more information please see bellow. ### Minimum System Requirements