我尝试通过MUP在数字海洋Droplet上部署我的Meteor App。不幸的是,它在调用部署过程时给出了以下错误。
-----------------------------------STDERR-----------------------------------
e_root_dir=/root/.node-gyp/0.10.36',
gyp info spawn args '-Dmodule_root_dir=/opt/ecards/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
gyp info ok
npm WARN package.json meteor-dev-bundle@0.0.0 No description
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
npm WARN package.json meteor-dev-bundle@0.0.0 No README data
stop: Unknown instance:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 - : - : - - : - : - - : - : - 0curl:(7)无法连接到localhost端口80:拒绝连接 应用程序没有拿起!请检查应用程序日志。 ----------------------------------- STDOUT -------------- --------------------- t_lib.node SOLINK_MODULE(目标)发布/ obj.target / bcrypt_lib.node:已完成 COPY Release / bcrypt_lib.node make:离开目录`/ opt / ecards / tmp / bundle / programs / server / npm / npm -bcrypt / node_modules / bcrypt / build'
> fibers@1.0.5 install /opt/ecards/tmp/bundle/programs/server/node_modules/fibers
> node ./build.js
`linux-x64-v8-3.14` exists; testing
Binary is fine; exiting
underscore@1.5.2 node_modules/underscore
eachline@2.3.3 node_modules/eachline
└── type-of@2.0.1
semver@4.1.0 node_modules/semver
chalk@0.5.1 node_modules/chalk
├── ansi-styles@1.1.0
├── escape-string-regexp@1.0.3
├── supports-color@0.2.0
├── strip-ansi@0.3.0 (ansi-regex@0.2.1)
└── has-ansi@0.1.0 (ansi-regex@0.2.1)
fibers@1.0.5 node_modules/fibers
source-map-support@0.2.8 node_modules/source-map-support
└── source-map@0.1.32 (amdefine@0.1.0)
Waiting for MongoDB to initialize. (5 minutes)
connected
ecards start/running, process 12126
Waiting for 30 seconds while app is booting up
Checking is app booted or not?
----------------------------------------------------------------------------
操作系统:Ubuntu 14.04
我的mup.json设置如下:
连接选项... - >通过ssh
... deployCheckWaitTime:30
我的下一步是通过apt-get在我的Droplet上预安装节点。默认情况下安装了0.10.25,所以我通过
更改了它之后我重新创建了一个Droplet,再次启动了mup,但它向我显示了同样的错误。是的我首先执行mup设置然后部署;-) 我甚至没有得到错误。有没有tipps?
由于 Matze