mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Update download_and_setup_seafile_professional_server.md
This commit is contained in:
parent
b1ff3866f7
commit
f8ae423808
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue