yuanqiao 发表于 2019-2-18 12:52:27

Seafile网盘专业版部署(debian8、ubuntu系统)

  专业版源码包下载地址
https://download.seafile.com/d/6e5297246c/?p=/pro
官方文档
https://manual-cn.seafile.com/deploy_pro/download_and_setup_seafile_professional_server.html
准备安装
  apt-get update
1.apt-get install openjdk-7-jre poppler-utils libpython2.7 python-pip \
mysql-server python-setuptools python-imaging python-mysqldb python-memcache python-ldap \
python-urllib3 openssl libssl-dev
安装期间会提示输入数据库的密码

[*]pip install boto requests
3.ln -sf /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java /usr/bin/
3.mkdir -p /seafile && cd /seafile
4.把下载好的源码包上传并解压
tar xf seafile-pro-server_6.2.13_x86-64_Ubuntu.tar.gz
5 cd进入/seafile/seafile-pro-server-6.2.13/目录下 执行安装命令
./setup-seafile-mysql.sh
根据提示完成基本配置
在/seafile/seafile-pro-server-6.2.13/目录下
启动服务
./seafile.sh start
./seahub.sh start
  在浏览器访问
ip:端口
例如:192.168.20.11``:8000
在线预览office功能
  需要下载支持模块

[*]apt-get install libreoffice libreoffice-script-provider-python poppler-utils
[*]apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy
[*]查看/seafile/conf/seafevents.conf下的

enabled = true
是否为true,保存退出重启服务
如果ip更改。需要更改一下目录的ip配置项 然后重启服务
  vi /seafile/conf/ccnet.conf
SERVICE_URL = http://192.168.10.13:8000
要启用断点续传功能,请添加如下配置到 conf/seahub_settings.py 中:
  ENABLE_RESUMABLE_FILEUPLOAD = True



roxettewu 发表于 2019-2-18 13:49:12

感谢楼主分享!
页: [1]
查看完整版本: Seafile网盘专业版部署(debian8、ubuntu系统)