试用一键安装脚本
在未安装任何依赖的Centos7上运行下列脚本:
wget h ttps://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
sudo yum install java-1.7.0-openjdk poppler-utils python-setuptools
python-imaging MySQL-python mariadb-server python-memcached python-ldap
python-urllib3
sudo pip install boto
sudo /etc/init.d/mysqld start
然后运行下列脚本:
wget htt ps://raw.githubusercontent.com/haiwen/seafile-server-installer-cn/master/seafile-server-centos-7-amd64-http
和
bash seafile-server-centos-7-amd64-http 6.0.13
已在/opt目录下拷贝好Pro版文件
但到最后,报如下错误:
Seahub is started
Done.
Seahub is not running
Done.
Stopping seafile server …
Done.
Job for seahub.service failed because the control process exited with error code. See “systemctl status seahub.service” and “journalctl -xe” for details.
seahub_settings.py 和 seafevent.conf 这两个文件代码如下:
不知能否点明哪里出了问题?