Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
# By fwhigh
# Via fwhigh
* 'master' of https://github.com/fwhigh/MedicMobileImpact:
  new micro aws instance
  cloud server
  • Loading branch information
fwhigh committed Mar 18, 2014
2 parents 2ae7fb9 + c78dcb2 commit 1a4425a
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand All @@ -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


0 comments on commit 1a4425a

Please sign in to comment.