2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Shinyproxyを始める

Last updated at Posted at 2017-09-29

#Shinyproxyは、JavaとDockerを使ってShiny Appsを立ち上げることができます。

##必要なもの
Java
Docker

##環境設定
ポート番号2375を開ける(Docker用)
ポート番号8080を開ける(一般公開用、ローカルの環境では必要ないと思います)

##ダウンロードしてくるもの
Shinyproxy jar ファイル
Shinyproxy jarダウンロードサイト

##必要ファイル
Shiny appsの
ui.R
server.R

##参照
ShinyProxyのサイトを参照させていただきました。
ShinyProxy

##追記
上記にある「環境設定」と「必要ファイル」 が用意されていましたら、すぐに下からのgithubのページからファイルを持って来て、Shinyproxyを走らせることができます。

shinyproxyTemplate

必要に応じて、Shinyアプリのui.R, serve.Rを書き換えて、Shinyproxyを走らせてください。

ユーザーのコントロールは、application.ymlで可能です。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?