将 R shiny 部署到 IBM Cloud 服务器

Deploying R shiny to IBM Cloud server

我有一个 R 闪亮的应用程序,它 运行 在闪亮的服务器上。 我想 运行 我的 R shiny 应用程序在 IBM Cloud 服务器上,我该怎么做?

1)我有R包。

2) 我已经安装了r studio服务器

3)我已经为它设置了入站安全规则。

4) 为它创建了用户名和密码。

遵循以下步骤: https://console.bluemix.net/docs/infrastructure/security-groups/sg_guidelines.html#security-groups-guidelines

我想在 IBM Cloud 服务器上 运行 创建此应用程序。

有一个blog article that walks through deploying a R shiny app to IBM Cloud。关键是使用特殊的构建包(清单文件中的buildpack: git://github.com/beibeiyang/cf-buildpack-r.git)来部署应用程序。