2017年8月

官网下载服务端程序并解压

http://www.seafile.com/download

安装环境

apt install python2.7 python-setuptools python-imaging python-ldap sqlite3 python-urllib3

安装 seafile

cd seafile-server-*
./setup-seafile.sh  #运行安装脚本并回答预设问题

启动 Seafile

./seafile.sh start # 启动 Seafile 服务

启动 Seahub

./seahub.sh start <port> # 启动 Seahub 网站 (默认运行在8000端口上)

小贴士: 你第一次启动 seahub 时,seahub.sh 脚本会提示你创建一个 seafile 管理员帐号。
服务启动后, 打开浏览器并输入以下地址

http://IP:8000/

你会被重定向到登陆页面。输入你在之前创建的 Seafile 管理员帐号的用户名/密码即可。

支持在线预览 office 文件配置(仅适用于 Pro 版)
安装环境

apt install libreoffice libreoffice-script-provider-python poppler-utils

安装字体

# For ubuntu/debian
apt install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy

重启 Seafile

./seafile.sh restart