Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] Install Seafile with NGINX on Ubuntu 16.04 #6789

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
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.