Skip to content

Commit 230d40c

Browse files
Rajakavitha1wildmanonlinejddocs
authored
[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 <[email protected]> Co-authored-by: John Dutton <[email protected]> Co-authored-by: John Dutton <[email protected]>
1 parent 1e8f088 commit 230d40c

File tree

1 file changed

+4
-4
lines changed
  • docs/guides/applications/cloud-storage/install-seafile-with-nginx-on-ubuntu-1604

1 file changed

+4
-4
lines changed

docs/guides/applications/cloud-storage/install-seafile-with-nginx-on-ubuntu-1604/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: 'This guide shows how to install Seafile, a free and open-source cr
55
authors: ["Linode"]
66
contributors: ["Linode"]
77
published: 2017-05-23
8-
modified: 2017-06-21
8+
modified: 2023-02-15
99
keywords: ["Seafile", " nginx", " Ubuntu 16.04", " file server", " media", " sharing"]
1010
tags: ["ubuntu", "nginx"]
1111
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
9191

9292
## Install and Configure MySQL
9393

94-
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.
94+
1. During Installation, you will be asked to assign a password for the root mysql user.
9595

96-
sudo apt install mysql-server-5.7
96+
sudo apt install mysql-server
9797

9898
2. Run the *mysql_secure_installation* script:
9999

@@ -294,4 +294,4 @@ WantedBy=multi-user.target
294294

295295
## Updating Seafile
296296

297-
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.
297+
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.

0 commit comments

Comments
 (0)