From 230d40c7bdff63816e4bad81c8217c8c618e5d5b Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Tue, 1 Oct 2024 00:57:44 +0530 Subject: [PATCH] [update] Install Seafile with NGINX on Ubuntu 16.04 (#6789) * [update] Install Seafile with NGINX on Ubuntu 16.04 Incorporated the changes after checking that the msql-server package works. * Updated modified date * front matter fix --------- Co-authored-by: Matthew Wildman Co-authored-by: John Dutton <118553549+jddocs@users.noreply.github.com> Co-authored-by: John Dutton --- .../install-seafile-with-nginx-on-ubuntu-1604/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/applications/cloud-storage/install-seafile-with-nginx-on-ubuntu-1604/index.md b/docs/guides/applications/cloud-storage/install-seafile-with-nginx-on-ubuntu-1604/index.md index b6896e57e9..ef8fac8408 100644 --- a/docs/guides/applications/cloud-storage/install-seafile-with-nginx-on-ubuntu-1604/index.md +++ b/docs/guides/applications/cloud-storage/install-seafile-with-nginx-on-ubuntu-1604/index.md @@ -5,7 +5,7 @@ description: 'This guide shows how to install Seafile, a free and open-source cr authors: ["Linode"] contributors: ["Linode"] published: 2017-05-23 -modified: 2017-06-21 +modified: 2023-02-15 keywords: ["Seafile", " nginx", " Ubuntu 16.04", " file server", " media", " sharing"] tags: ["ubuntu", "nginx"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' @@ -91,9 +91,9 @@ If you don't want UFW allowing SSH on port 22 for both IPv4 and IPv6, you can de ## Install and Configure MySQL -1. During Installation, you will be asked to assign a password for the root mysql user. Be sure to install the package `mysql-server-5.7`, not `mysql-server`. This is because an upstream issue causes problems starting the MySQL service if you install by using the `mysql-server` package. +1. During Installation, you will be asked to assign a password for the root mysql user. - sudo apt install mysql-server-5.7 + sudo apt install mysql-server 2. Run the *mysql_secure_installation* script: @@ -294,4 +294,4 @@ WantedBy=multi-user.target ## Updating Seafile -There are various ways to update Seafile depending on if you are upgrading from one milestone to another (version 5 to 6), or upgrading between point releases (5.1.0 to 5.1.1). See the [Seafile Manual](https://manual.seafile.com/deploy/upgrade.html) for upgrade instructions that best suit your needs. +There are various ways to update Seafile depending on if you are upgrading from one milestone to another, or upgrading between minor releases. See the [Seafile Manual](https://manual.seafile.com/upgrade/upgrade/) for upgrade instructions that best suit your needs.