【发布时间】:2014-10-05 02:34:24
【问题描述】:
我一直在查看本教程:http://ox86.tumblr.com/post/45184656062/running-your-meteor-js-application-on-your-own-server,但很难理解它是如何工作的。
我所有的代码都在 git 中(在 bitbucket.org 上),所以我可以跳过捆绑命令,但我需要安装 Node.js 与安装 Meteor 分开,还是安装 Meteor 会为我解决这个问题?
【问题讨论】:
-
那是一个相当古老的教程。按照meteor 上的文档了解如何设置它。差不多是
curl https://install.meteor.com | /bin/sh、cd /app/directory、meteor -
这会安装任何需要安装的包吗?我在本地使用陨石
标签: javascript node.js git apache meteor