How to download node application (Source code) deployed as a cloud foundry app in IBM bluemix?

杀马特。学长 韩版系。学妹 提交于 2019-12-13 08:34:51

问题


  1. I have created a cloud foundry app to deploy node js application in bluemix.
  2. I have used the commands which they given in Getting Started, to deploy my node js application from local to bluemix. Application is deployed successfully and app starts running.
  3. Now I have to download the code (the entire project folder) I have deployed, how can I do this?

回答1:


It isn't recommended to write files to the filesystem in a Cloud Foundry app on Bluemix, it's purely a runtime. If you need to store files, try using the Object Storage offering on Bluemix https://console.bluemix.net/catalog/services/Object-Storage which will keep your files safe and allow you to access them, back them up, or whatever you need.



来源:https://stackoverflow.com/questions/45936117/how-to-download-node-application-source-code-deployed-as-a-cloud-foundry-app-i

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!