2015-04-12 82 views
2

我正在将Meteor应用程序部署到Digital Ocean和MongoDB到Compose.io,但每次都会出错。这是我第一次部署到数字海洋和compose.io,所以我完全困惑。任何人都有一个建议,我该怎么办?使用mup部署Meteor应用程序时出错

[45.55.144.173] ✘ Invoking deployment process: FAILED 
 

 
-----------------------------------STDERR----------------------------------- 
 
p ERR! cwd /opt/comicsprout/tmp/bundle/programs/server/npm/npm-bcrypt/node_modules/bcrypt 
 
gyp ERR! node -v v0.12.2 
 
gyp ERR! node-gyp -v v1.0.3 
 
gyp ERR! not ok 
 
npm WARN package.json [email protected] No description 
 
npm WARN package.json [email protected] No repository field. 
 
npm WARN package.json [email protected] No README data 
 
child_process: customFds option is deprecated, use stdio instead. 
 
../src/coroutine.cc: In function ‘void* find_thread_id_key(void*)’: 
 
../src/coroutine.cc:90:3: warning: ‘thread_id’ may be used uninitialized in this function [-Wmaybe-uninitialized] 
 
    if (tls == thread_id) { 
 
^
 
    % 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) Failed to connect to localhost port 80: Connection refused 
 
Latest deployment failed! Reverted back to the previous version. 
 
-----------------------------------STDOUT----------------------------------- 
 
rget) Release/obj.target/fibers.node: Finished 
 
COPY Release/fibers.node 
 
make: Leaving directory /opt/comicsprout/tmp/bundle/programs/server/node_modules/fibers/build' Installed in/opt/comicsprout/tmp/bundle/programs/server/node_modules/fibers/bin/linux-x64-v8-3.28/fibers.node` 
 
[email protected] node_modules/underscore 
 

 
[email protected] node_modules/eachline 
 
└── [email protected] 
 

 
[email protected] node_modules/chalk 
 
├── [email protected] 
 
├── [email protected] 
 
├── [email protected] 
 
├── [email protected] ([email protected]) 
 
└── [email protected] ([email protected]) 
 

 
[email protected] node_modules/semver 
 

 
[email protected] node_modules/source-map-support 
 
└── [email protected] ([email protected]) 
 

 
[email protected] node_modules/fibers 
 
Waiting for MongoDB to initialize. (5 minutes) 
 
connected 
 
comicsprout stop/waiting 
 
comicsprout start/running, process 12827 
 
Waiting for 30 seconds while app is booting up 
 
Checking is app booted or not? 
 
comicsprout stop/waiting 
 
comicsprout start/running, process 12930

回答

相关问题