Seafile 9.x on FreeBSD with MariaDB behind Nginx reverse proxy and storage on separate disk
I will keep this short and simple: Install MariaDB (client and server)
1 |
$ sudo pkg install mariadb106-client mariadb106-server |
Install seafile and seahub – you CANNOT do it via pkg because it depends on MySQL, which will conflict...