docs
docs copied to clipboard
Install Seafile with NGINX on Ubuntu 16.04 Proposed Changes
Link: https://www.linode.com/docs/guides/install-seafile-with-nginx-on-ubuntu-1604/
Issue
Install and Configure MySQL section asks to install a specific version of mysql-server which does not exist on the latest Ubuntu image. Additionally, it asks for this installation to fix an upstream issue which has been resolved. Finally, the section references a guide which is deprecated.
Suggested Fix
Reword the steps here to something similar to:
- Install the
mysql-server
package:sudo apt install mysql-server
- Run the mysql_secure_installation
sudo mysql_secure_installation