From e088964c935cd2c2af86a81b842c2980a749f905 Mon Sep 17 00:00:00 2001 From: fwhigh Date: Mon, 17 Mar 2014 19:14:07 -0400 Subject: [PATCH 1/2] cloud server --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f5392..aaf08b6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To save a record of your work, click on the righthand panel in the web app, sele ## For administrators -### Instructions for standing up the server from your local repository. +### Standing up the server from your local repository. In R: @@ -32,5 +32,14 @@ In R: install.packages("/FULL/PATH/TO/MedicMobileImpact", repos = NULL, type="source") opencpu$browse("/library/MedicMobileImpact/anc") opencpu$browse("/library/MedicMobileImpact/vaccine") + +### Updating the cloud server. + +On the server: + + sudo R + > library(devtools) + > install_github("MedicMobileImpact","fwhigh") + sudo service opencpu restart From c78dcb20d59e5b90d2399fb6f721db1ef5c41324 Mon Sep 17 00:00:00 2001 From: fwhigh Date: Mon, 17 Mar 2014 20:03:02 -0400 Subject: [PATCH 2/2] new micro aws instance --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aaf08b6..f2c5aab 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ MedicMobileImpact The worksheets are served at: -http://54.226.229.69/ocpu/library/MedicMobileImpact/anc/ +http://54.224.113.38/ocpu/library/MedicMobileImpact/anc/ -http://54.226.229.69/ocpu/library/MedicMobileImpact/vaccine/ +http://54.224.113.38/ocpu/library/MedicMobileImpact/vaccine/ You can also run them locally on your machine. Requires XQuartz for Mac systems prior to Mavericks. At the R prompt: