在Nodejitsu上运行一个meteor应用程序

将meteor应用程序部署到Nodejitsu试用版环境,但未能使其运行。 从我的meteor应用程序目录执行jitsu deploy ,我得到以下错误: ReferenceError: Meteor is not defined

如果你已经在Nodejitsu上运行了一个meteor应用程序,请突出显示你所执行的步骤以及可能会丢失的依赖关系。 我会用你的build议,并尝试让我的应用程序运行。 谢谢。

 // package.json contents { "name": "test123-meteor", "subdomain": "user123.test123-meteor", /* * Really not sure about this line here... */ "scripts": { "start": "node client/controllers/GeneralController.js" }, "version": "0.0.1-2", "engines": { "node": "0.8.x" } } 

我今天试了这个,使用demeteorizer没有问题。 我在Meteorpedia上写了一篇关于它的小文章,其中包括我的自定义构build脚本,这大大简化了部署。

http://www.meteorpedia.com/read/Nodejitsu

meteor将不会在nodejitsu上运行,直到这个bug被修复: 节点光纤将不会build立在SmartOS上 。 如果你想要的话,你应该明星的错误,甚至考虑修复它。 (天真地说,它看起来像是需要更多持久性的东西,而不是辉煌;对于在其他5个操作系统上未修改的软件包,只有一个操作系统的构build问题。