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.
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.