Es müssen nun einige Pakete installiert werden:
sudo apt-get update
sudo apt-get install python2.7 libpython2.7 python-setuptools python-ldap python-mysqldb python-memcache python-urllib3 python-pil python-certifi python-idna python-requests mariadb-client-10.3 mariadb-server-10.3 sqlite3
MySQL Anpassungen durchführen
sudo mysql -u root
update mysql.user set password=password ('ein-beliebiges-root-passwort-setzen') where user='root';
update mysql.user set plugin='' where user='root';
flush privileges;
quit
Wechsle zu User: seafile
sudo su seafile cd
Wechsle in das seafile Verzeichnis
cd seafile-server-7.0.5
War dieser Artikel hilfreich?