- 我克隆了Spacebrew 存储库
- 我安装了
websocket
和forever
模块(npm install ws
和npm install forever-monitor
) - 我开始了Spacebrew (
node node_server_forever.js
) - 我在浏览器上转到
http://localhost:9000/
或http://localhost:9000/admin/index.html
,页面显示:
需要升级
控制台上有两个错误:
http://localhost:9000/favicon.ico
Failed to load resource: the server responded with a status of 426
(Upgrade Required)
http://localhost:9000/
Failed to load resource: the server responded with a status of 426
(Upgrade Required)
我错过了什么吗?
管理界面不由 SB 服务器托管。它是一个静态页面。http://spacebrew.github.io/spacebrew/admin/admin.html 上有一个副本可访问,它将尝试连接到端口 9000 上的本地主机 SB 服务器。您可以提供查询字符串以连接到远程服务器或其他端口:http://spacebrew.github.io/spacebrew/admin/admin.html?server=specialdoma.in&port=9999