安装seafile 专业版步骤

官方文档参考:部署 Seafile 专业版

1. 准备环境

Ubuntu16.04
注:Ubuntu用户名别使用seafile,否则安装过程中报错:

useradd:用户“seafile”已存在

2. 下载安装包

https://download.seafile.top/d/8c29766a64d24122936f/
当前最新版本:seafile-pro-server_7.0.9_x86-64.tar.gz

3. 移动文件

将文件上传至/opt目录下,执行sudo -i切换root,进入opt目录cd /opt
下载一键安装脚本:wget https://raw.githubusercontent.com/haiwen/seafile-server-installer-cn/master/seafile-server-ubuntu-amd64-http

4. 执行安装命令

bash seafile-server-ubuntu-amd64-http 7.0.9
注:最后的数字为之前下载的版本号

安装过程中报错:

  • 解决 无法获得锁 /var/lib/dpkg/lock - open (11: 资源暂时不可用)
    https://blog.csdn.net/xiaosshhaa/article/details/75674750
  • Problem executing scripts APT::Update::Post-Invoke-Success ‘if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli; then appstreamcli refresh > /dev/null; fi’
    ubantu apt 更新异常APT::Update::Post-Invoke-Success

5. 完成

关闭服务器防火墙,访问:http://ip地址出现seafile登录即可。
seafile 管理员密码在安装成功后界面上有显示,如下:

Server Address: http://127.0.0.1
Seafile Admin: [email protected]
Admin Password: xxxxxx

其余信息在如下文件中:
nginx配置文件:/etc/nginx/nginx.conf
mysql root用户密码:/root/.my.cnf
mysql seafile用户密码:/opt/seafile.my.cnf

你可能感兴趣的:(服务器&运维)