mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-30 23:52:49 +00:00
25 lines
986 B
Markdown
25 lines
986 B
Markdown
# Deploying Seafile
|
|
|
|
We provide two ways to deploy Seafile services and recommend to deploy with Docker.
|
|
|
|
!!! warning
|
|
Since version 12.0, binary based deployment for community edition is deprecated and will not be supported in a future release.
|
|
|
|
* Using [Docker](../setup/setup_ce_by_docker.md) (***Recommend***)
|
|
* Manually installing Seafile and setting up database, memcached and Nginx/Apache. See the following section.
|
|
|
|
## Manually deployment options
|
|
|
|
* [Deploying Seafile with MySQL](installation_ce.md)
|
|
* [Enabling Https with Nginx](https_with_nginx.md)
|
|
* [Start Seafile at System Bootup](start_seafile_at_system_bootup.md)
|
|
* [Logrotate](using_logrotate.md)
|
|
|
|
|
|
## Trouble shooting
|
|
|
|
1. Read [Seafile Server Components Overview](../introduction/components.md) to understand how Seafile server works. This will save you a lot of time.
|
|
2. Read [FAQ](https://cloud.seatable.io/dtable/external-links/7b976c85f504491cbe8e/)
|
|
3. Go to our [forum](https://forum.seafile.com/) for help.
|
|
|