Deploying R shiny to IBM Cloud server

妖精的绣舞 提交于 2019-12-11 12:48:01

问题


I have an R shiny application which runs on shinny server. I want to run my R shiny application on IBM Cloud server how can i do it?

1)I have R package.

2) I have installed r studio server.

3)I have set Inbound security rules to it.

4)created username and password for it.

followed these steps: https://console.bluemix.net/docs/infrastructure/security-groups/sg_guidelines.html#security-groups-guidelines

I want this application created to run on IBM Cloud server.


回答1:


There is a blog article that walks through deploying a R shiny app to IBM Cloud. The key is to use a special buildpack (buildpack: git://github.com/beibeiyang/cf-buildpack-r.git in your manifest file) for deploying the app.



来源:https://stackoverflow.com/questions/50247903/deploying-r-shiny-to-ibm-cloud-server

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