将coffeescripted derbyjs app部署到heroku

时间:2013-08-05 18:22:22

标签: heroku derbyjs

部署到heroku时,我收到以下错误日志:

2013-08-05T18:14:39.217252+00:00 heroku[web.1]: State changed from crashed to starting
2013-08-05T18:14:43.819448+00:00 heroku[web.1]: Starting process with command `node server.js`
2013-08-05T18:14:45.272628+00:00 app[web.1]: 
2013-08-05T18:14:45.274663+00:00 app[web.1]: module.js:340
2013-08-05T18:14:45.277076+00:00 app[web.1]:     throw err;
2013-08-05T18:14:45.277256+00:00 app[web.1]:           ^
2013-08-05T18:14:45.279157+00:00 app[web.1]: Error: Cannot find module '/app/server.js'
2013-08-05T18:14:45.279157+00:00 app[web.1]:     at Function.Module._resolveFilename (module.js:338:15)
2013-08-05T18:14:45.279157+00:00 app[web.1]:     at Function.Module._load (module.js:280:25)
2013-08-05T18:14:45.279157+00:00 app[web.1]:     at Function.Module.runMain (module.js:497:10)
2013-08-05T18:14:45.279157+00:00 app[web.1]:     at startup (node.js:119:16)
2013-08-05T18:14:45.279157+00:00 app[web.1]:     at node.js:901:3
2013-08-05T18:14:46.719239+00:00 heroku[web.1]: Process exited with status 8
2013-08-05T18:14:46.736590+00:00 heroku[web.1]: State changed from starting to crashed

我是derbyjs和heroku的新手......无论如何,伟大,伟大,伟大的工具!

那么,为什么应用程序抱怨/app/server.js文件? 这是一个coffeescript项目,据我所知,它使用browserify来动态提供js。此外,app dir中根本没有server.coffee ...因为它是app dir,怎么会有server.js呢?好吧,现在肯定有一些隐藏在我身上的意思。

伙计们,你能帮忙吗?

我正在使用 德比0.5.9 Heroku Toolbelt ...在编写此任务之前刚刚安装完毕 按照derbyjs.com上的说明部署步骤

干杯,Joehannes

0 个答案:

没有答案