简体   繁体   English

在Bluemix中部署ember应用程序

[英]Deploy ember application in Bluemix

I am trying to deploy an existing ember-nodejs application into bluemix environment. 我正在尝试将现有的ember-nodejs应用程序部署到bluemix环境中。 I tried the following steps. 我尝试了以下步骤。

bluemix api https://api.ng.bluemix.net

bluemix login -u username -o org_name -s space_name

cf push app_name

I also tried the above command with an ember build pack from the list of compatible CF build packs 我还从兼容的CF构建包列表中尝试了使用ember构建包的上述命令

cf push app_name -b https://github.com/cloudfoundry-community/cf-docs-contrib/wiki/Buildpacks

Uploading is successful, but the application doesnt start up. 上载成功,但是应用程序未启动。 Is there a recommended way of deploying ember-node js application? 有没有推荐的方法来部署ember-node js应用程序?

Update 更新资料

It was a memory issue. 这是一个内存问题。 I removed the other running apps and tried the cf push command again. 我删除了其他正在运行的应用程序,然后再次尝试了cf push命令。 The node modules got installed and the application also started without any fuss. 节点模块已安装,应用程序也开始运行,没有大惊小怪。

According to the user, this was actually a memory issue. 根据用户的说法,这实际上是一个内存问题。 Once he stopped the other running apps, his node modules were installed and the application started without any further errors. 一旦他停止了其他正在运行的应用程序,便安装了他的节点模块,并且该应用程序启动了,没有任何其他错误。 There are no issues specific to deploying ember-nodejs applications in the Bluemix environment. 在Bluemix环境中部署ember-nodejs应用程序没有特定的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM