-
centos7.1 1503版64位 minial install
-
保证网络畅通:#yum install wget
-
服务器下载: https://www.seafile.com/download/ (Linux服务器端6.0.7 64bit)
脚本下载: https://github.com/haiwen/seafile-server-installer-cn (注意不要下载code里的那个脚本,而要下载README.md里CentOS7示例里的那个脚本)
执行过程:
cd /opt
wget http://download-cn.seafile.com/seafile-server_6.0.7_x86-64.tar.gz
cd /root
wget https://raw.githubusercontent.com/haiwen/seafile-server-installer-cn/master/seafile-server-centos-7-amd64-http
bash seafile-server-centos-7-amd64-http 6.0.7
选 1) CE版本
- 安装完成信息:
Your seafile server configuration has been finished successfully.
.如果seafile-data默认存储位置(/opt/seafile/seafile-data)空间不够大,可以操作如下:
- cp-a 将 /opt/seafile/seafile-data 拷贝到新的存储位置(如 /home/seafile-data-new)
- 删除原位置数据文件/opt/seafile/seafile-data (或重命名为 /opt/seafile/seafile-data~)
- ln-s 在原位置建立一个符号链接 ln -s /home/seafile-data-new /opt/seafile/seafile-data (使用绝对路径)