源码部署后,页面提示Page unavailable 内部服务都已经启动了

[root@localhost haiwen]# netstat -anp |grep LISTE
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/systemd
tcp 0 0 0.0.0.0:10001 0.0.0.0:* LISTEN 52087/ccnet-server
tcp 0 0 0.0.0.0:8082 0.0.0.0:* LISTEN 52089/seaf-server
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 2861/dnsmasq
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1048/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1021/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1869/master
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 52145/python
tcp 0 0 0.0.0.0:12001 0.0.0.0:* LISTEN 52089/seaf-server
tcp6 0 0 :::111 :::* LISTEN 1/systemd
tcp6 0 0 :::22 :::* LISTEN 1048/sshd
tcp6 0 0 ::1:631 :::* LISTEN 1021/cupsd
tcp6 0 0 ::1:25 :::* LISTEN 1869/master

以下是页面 报错
Page unavailable

Sorry, but the requested page is unavailable due to a server hiccup.

Our engineers have been notified, so check back later.

看看 seafile 下的 logs 里面的日志

[06/24/2017 05:42:00 PM] Disconnected from daemon
[06/24/2017 05:42:05 PM] …/common/mq-mgr.c(54): [mq client] mq cilent is started
[06/24/2017 05:42:06 PM] listen-mgr.c(120): listen on port 12001 for block tranfer
[06/24/2017 05:42:06 PM] seafile-session.c(324): Failed to open template dir /root/data/haiwen/seafile-data/library-template: Error opening directory ‘/root/data/haiwen/seafile-data/library-template’: No such file or directory.
[06/24/2017 05:43:16 PM] Disconnected from daemon
[06/24/2017 05:43:20 PM] …/common/mq-mgr.c(54): [mq client] mq cilent is started
[06/24/2017 05:43:20 PM] listen-mgr.c(120): listen on port 12001 for block tranfer
[06/24/2017 05:46:37 PM] Disconnected from daemon
[06/24/2017 05:46:41 PM] …/common/mq-mgr.c(54): [mq client] mq cilent is started
[06/24/2017 05:46:41 PM] listen-mgr.c(120): listen on port 12001 for block tranfer
[06/24/2017 06:04:36 PM] Disconnected from daemon
~
~

只有这些日志啊 。源码安装后要安装web容器吗?