Skip to content

Commit

Permalink
instructions for custom build, drugref war
Browse files Browse the repository at this point in the history
  • Loading branch information
countable committed Dec 15, 2021
1 parent 7c5484e commit c7e8653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This repo was originally based on [scoophealth (UVIC)](https://github.com/scooph
* `git clone https://github.com/open-osp/open-osp.git` (master is the stable branch to use)
* `cd open-osp`
* `./openosp setup`
* If building a custom Oscar branch not on DockerHub, do `openosp build oscar`
* if you need a database, `./openosp bootstrap`
* `./openosp start`
* Browse to OSCAR EMR on http://localhost:8080/oscar!
Expand Down
3 changes: 2 additions & 1 deletion bin/openosp-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ case "${COMMAND}" in
# Download drugref if we need it.
if [ ! -f $OSCAR_OUTPUT/drugref2.war ]; then
# Latest OscarBC as of Nov 13 2019.
docker run -v $(pwd):/code/ busybox sh -c "cd /code/ && wget $DRUGREF_WAR -O $OSCAR_OUTPUT/drugref2.war"
# To avoid an externally hosted file, drugref.war is now checked in to the openosp repo directly.
#docker run -v $(pwd):/code/ busybox sh -c "cd /code/ && wget $DRUGREF_WAR -O $OSCAR_OUTPUT/drugref2.war"
fi

echo "Building Oscar Docker Image"
Expand Down
Binary file added drugref2.war
Binary file not shown.

0 comments on commit c7e8653

Please sign in to comment.