Update server.md

This commit is contained in:
lian 2024-03-13 17:28:23 +08:00 committed by GitHub
parent fe97517765
commit 523fc58995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,6 +167,7 @@ EOF
## Start seaf-server
```
mkdir /root/dev/logs/
mkdir -p /root/dev/seafile-data/library-template
seaf-server -F /root/dev/conf -d /root/dev/seafile-data -l /root/dev/logs/seafile.log >> /root/dev/logs/seafile.log 2>&1 &
```