Skip to content

Commit

Permalink
[update] Install Seafile with NGINX on Ubuntu 16.04 (#6789)
Browse files Browse the repository at this point in the history
* [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 <matt@wildman.online>
Co-authored-by: John Dutton <118553549+jddocs@users.noreply.github.com>
Co-authored-by: John Dutton <johndutton.update@gmail.com>
  • Loading branch information
4 people authored Sep 30, 2024
1 parent 1e8f088 commit 230d40c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -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.

0 comments on commit 230d40c

Please sign in to comment.