meteor-openshift icon indicating copy to clipboard operation
meteor-openshift copied to clipboard

How to test ?

Open zh-wowtv opened this issue 9 years ago • 0 comments

Sorry, I'm still new to Meteor. Here is what I did in Openshift:

  1. Install the latest Nodejs
  2. Install the mongodb cartridge (it's the same one in your README).
2016-10-11 10 55 26

Then I followed your instruction. But I got:

503 Service Unavailable

No server is available to handle this request.

I noticed when I git commit and push I got the following error message although it shows Deployment completed with status: success:

remote: [meteor-openshift] Done installing Node.js version 0.10.43
remote: /var/lib/openshift/57fc47ac2d5271bfe4000198/app-root/runtime/repo//.openshift/lib/utils: line 96: /var/lib/openshift/57fc47ac2d5271bfe4000198//nodejs/configuration/node.env: No such file or directory
remote: [meteor-openshift] Added source setup_custom_nodejs_env to .bash_profil
remote: module.js:457
remote:     throw err;
remote:     ^
remote: 
remote: Error: Cannot find module '/var/lib/openshift/57fc47ac2d5271bfe4000198/app-root/runtime/repo//package.json'
remote:     at Function.Module._resolveFilename (module.js:455:15)
remote:     at Function.Module._load (module.js:403:25)
remote:     at Module.require (module.js:483:17)
remote:     at require (internal/module.js:20:19)
remote:     at [eval]:1:9
remote:     at ContextifyScript.Script.runInThisContext (vm.js:25:33)
remote:     at Object.exports.runInThisContext (vm.js:77:17)
remote:     at Object.<anonymous> ([eval]-wrapper:6:22)
remote:     at Module._compile (module.js:556:32)
remote:     at bootstrap_node.js:357:29
remote: module.js:457
remote:     throw err;
remote:     ^

My question is whether my installation is success and how am I suppose to test it? Thanks.

zh-wowtv avatar Oct 11 '16 02:10 zh-wowtv