CentOS7 安装 Seafile 6.9

**环境:**CentOS 7 MariaDBpython

**Server ip:**192.168.11.23mysql

安装rpmfusion源: yum install -y http://mirrors.ustc.edu.cn/rpmfusion/free/el/rpmfusion-free-release-7.noarch.rpm http://mirrors.ustc.edu.cn/rpmfusion/nonfree/el/rpmfusion-nonfree-release-7.noarch.rpmsql

更换epel源为中科大epel源: sed -e 's!^mirrorlist=!#mirrorlist=!g'
-e 's!^#baseurl=!baseurl=!g'
-e 's!//download.fedoraproject.org/pub!//mirrors.ustc.edu.cn!g'
-e 's!http://mirrors.ustc!https://mirrors.ustc!g'
-i /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel-testing.repojson

安装依赖: yum install -y python-memcached python-ldap python-urllib3 python-setuptools python-simplejson python-imaging ffmpeg ffmpeg-develmemcached

配置目录: mkdir /data/hkqlight/installed -purl

下载seafile server安装包: wget -O /data/hkqlight/installed/seafile-server_6.0.9_x86-64.tar.gz http://seafile-downloads.oss-cn-shanghai.aliyuncs.com/seafile-server_6.0.9_x86-64.tar.gz.net

解压安装包: cd /data/hkqlight &&tar zxf /data/hkqlight/installed/seafile-server_6.0.9_x86-64.tar.gzserver

启动安装脚本: cd /data/hkqlight/seafile-server-6.0.9 &&./setup-seafile-mysql.sh a1 a2 a3 a4图片

启动seafile: ./seafile.sh start && ./seahub.sh start a5ip

登录网页 a6 a7

设置为中文界面 a8 a9 ![a10](https://static.oschina.net/uploads/img/201705/12174721_Hqle.png "a10输入图片说明")

相关文章
相关标签/搜索