mark the docs work in progress (#527)
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run

This commit is contained in:
Huang Junxiang 2025-05-27 15:36:07 +08:00 committed by GitHub
parent ffbd9d329b
commit b085e5962e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
---
status: new
---
# Installation of Seafile Server Community Edition with Docker
## System requirements

View File

@ -1,3 +1,7 @@
---
status: new
---
# Installation of Seafile Server Professional Edition with Docker
This manual explains how to deploy and run Seafile Server Professional Edition (Seafile PE) on a Linux server using Docker and Docker Compose. The deployment has been tested for Debian/Ubuntu and CentOS, but Seafile PE should also work on other Linux distributions.

View File

@ -1,3 +1,7 @@
---
status: new
---
# Deploy with an existing MySQL server
The entire `db` service needs to be removed (or noted) in `seafile-server.yml` if you would like to use an existing MySQL server, otherwise there is a redundant database service is running

View File

@ -1,3 +1,7 @@
---
status: new
---
# Setup With S3 Storage
!!! note "Deployment notes"

View File

@ -1,3 +1,7 @@
---
status: new
---
# Installation of Seafile Server Professional Edition
This manual explains how to deploy and run Seafile Server Professional Edition (Seafile PE) on a Linux server from a pre-built package using MySQL/MariaDB as database. The deployment has been tested for Debian/Ubuntu.