seafile安装基于debian11环境

工作 · 2023-04-01

官方的教程地址:
https://cloud.seafile.com/published/seafile-manual-cn/deploy/using_mysql.md

有一个巨大的坑,在执行一下语句的时候,有个错误提示

apt-get install python3 python3-setuptools python3-pip python3-ldap  libmysqlclient-dev  -y

正确的shell 应该是

apt install python3 python3-setuptools python3-pip python3-ldap  default-libmysqlclient-dev  -y

其他剩下的好像就是等待,环境搭建挺麻烦,主要就是慢。