环境是centos7加seafile server6.1.1,之前在windows版本下测试自定义logo正常,但在centos7下却无法添加,只要用root用户更改了seahub_settings.py就无法启动服务器,提示如下
[root@localhost seafile-server-6.1.1]# ./seahub.sh start
LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub at port 8000 …
Error:Seahub failed to start.
Please try to run “./seahub.sh start” again
甚至添加memcached都不行,不知道什么原因,感觉这linux端一点都不好用,浪费太多时间解决一堆破问题,windows端一下就好了,根本没花什么时间研究。
刚刚尝试了这个方式:./seahub.sh start-fastcgi
成功开启了服务,提示:
[root@localhost seafile-server-6.1.1]# ./seahub.sh start-fastcgi
LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub (fastcgi) at 127.0.0.1:8000 …
Seahub is started
Done.
但仍然无法打开页面,正在解决中,我发现无法删帖,所以只能继续写,我觉得这些问题官方都早就遇到了,为什么不把说明文档写细一点呢,让人胡乱摸索,浪费时间