Skip to content

Commit

Permalink
Adding files for running portable distribution of chain checker
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstewart committed Mar 8, 2019
1 parent 96dbeb9 commit 7832ea3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runChainChecker.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SET R0PTS=--no-save --no-environ --no-init-file --no-restore --no-Rconsole

R-Portable\App\R-Portable\bin\Rscript.exe %R0PTS% runServer.R 1> ShinyApp.log 2>&1
4 changes: 4 additions & 0 deletions runServer.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
options(shiny.port=8080)
browseURL("http://localhost:8080")
shiny::runApp('.')

0 comments on commit 7832ea3

Please sign in to comment.