Nodester:“未能启动”的新应用

时间:2012-01-10 16:55:41

标签: node.js websocket nodester

使用nodester,我在启动新应用时遇到问题。我创建了它,但状态是:启动失败,它不会让我改变任何东西。有人对此有所熟悉吗?

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:1)

获取可用端口或由节点PaaS分配的端口

我怀疑你没有使用指定的监听端口号作为你的nodeter应用程序(它在你创建应用程序时显示,以及git repo url)。用以下代码替换你的port变量:

var port = process.env.app_port || process.env.port || 31337

这应该确保您的应用程序将部署在大多数节点PaaS上(其他人似乎都使用端口,nodester是例外)。它还允许您在端口31337上本地运行您的应用程序。

背景信息:https://github.com/nodester/nodester/wiki/App-Environment

答案 1 :(得分:1)

有一个问题是不允许Windows用户立即创建和部署应用程序。现在已经解决了。见http://blog.nodester.com/post/19908106874/new-nodester-cli-fixes-windows-git-issue