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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwhigh committed Mar 13, 2014
1 parent 98b718b commit 21d8ce5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ You can also run them locally on your machine. Requires XQuartz for Mac systems

## For administrators

### Instructions for standing up the server
### Instructions for standing up the server from your local repository.

In R:

install.packages("opencpu",dependencies=TRUE)
library(devtools)
install_github("MedicMobileImpact","fwhigh")
library(opencpu)
install.packages("/FULL/PATH/TO/MedicMobileImpact", repos = NULL, type="source")
opencpu$browse("/library/MedicMobileImpact/anc")
opencpu$browse("/library/MedicMobileImpact/vaccine")

Expand Down

0 comments on commit 21d8ce5

Please sign in to comment.