本文介绍了将meanjs部署到Bluemix,但总是失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

推荐答案

除了上述Alex的答案之外,如果您需要调试的功能不只是日志,或者您想使用诸如node-inspector之类的实用程序,或者只是将其封装到您的Bluemix容器中,然后建议您看看Bluemix中的App Management功能.它利用了以下4个实用程序:

In addition to Alex's answer above, if you need the ability to debug more than just logs or if you want to use utilities like node-inspector or if you want to just shell into your Bluemix container, then I suggest you take a look at App Management feature in Bluemix. It takes advantage of the following 4 utilities:

  • devconsole (开发控制台)
  • shell (tty.js)
  • 检查器(节点检查器)
  • HC (健康中心)
  • devconsole (development console)
  • shell (tty.js)
  • inspector (node-inspector)
  • hc (Health Center)

有关更多详细信息,请查看下面发布的博客和视频:

For further details, take a look at the blog and video posted below:

https://developer.ibm .com/bluemix/2015/10/05/advanced-debugging-node-apps-bluemix/

这篇关于将meanjs部署到Bluemix,但总是失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 17:28
查看更多