vjdorazio / TwoRavens

A web application for data exploration, statistical analysis, model construction and meta analysis tools, that integrates with Zelig and Dataverse.
http://datascience.iq.harvard.edu/tworavens
Other
1 stars 4 forks source link

rooksource_nonstop #54

Closed raprasad closed 6 years ago

raprasad commented 6 years ago

Main task: update "production" settings for proxying rook through nginx instead of using RApache


(below is a minor issue based on how things are done now) For deployment rook is running behind nginx via:

  1. run script Rscript rook_nonstop.R
  2. this in turn runs rooksource_nonstop.R

Potential to fix

rooksource_nonstop.R should be everything in rooksource.R except:

    R.server$start(listen=myInterface, port=myPort)
    R.server$listenAddr <- myInterface
    R.server$listenPort <- myPort