mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
mark the docs work in progress (#527)
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run
This commit is contained in:
parent
ffbd9d329b
commit
b085e5962e
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
status: new
|
||||||
|
---
|
||||||
|
|
||||||
# Installation of Seafile Server Community Edition with Docker
|
# Installation of Seafile Server Community Edition with Docker
|
||||||
|
|
||||||
## System requirements
|
## System requirements
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
status: new
|
||||||
|
---
|
||||||
|
|
||||||
# Installation of Seafile Server Professional Edition with Docker
|
# 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.
|
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.
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
status: new
|
||||||
|
---
|
||||||
|
|
||||||
# Deploy with an existing MySQL server
|
# 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
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
status: new
|
||||||
|
---
|
||||||
|
|
||||||
# Setup With S3 Storage
|
# Setup With S3 Storage
|
||||||
|
|
||||||
!!! note "Deployment notes"
|
!!! note "Deployment notes"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
status: new
|
||||||
|
---
|
||||||
|
|
||||||
# Installation of Seafile Server Professional Edition
|
# 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue