diff --git a/OSCAR19.md b/OSCAR19.md new file mode 100644 index 0000000..85500e1 --- /dev/null +++ b/OSCAR19.md @@ -0,0 +1,30 @@ + +# OpenOSP Oscar 19 Setup + +``` +git clone https://github.com/open-osp/open-osp.git +cd open-osp +./openosp setup +``` + +(you can just hit ENTER at all prompts) + +Then, edit your local.env (2nd/3rd lines) with + +``` +OSCAR_TREEISH="stable" +OSCAR_REPO="https://bitbucket.org/oscaremr/oscar.git" +``` + +Now run: + +``` +./openosp build oscar +./openosp bootstrap +./openosp start +``` + +go to localhost:8080 in your browser. + +![Oscar 19](oscar19.png) + diff --git a/README.md b/README.md index 6e0ad0b..6e16941 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This repo was originally based on [scoophealth (UVIC)](https://github.com/scooph - Password: mac2002 - 2nd Level Passcode: 1117 +Note: for Oscar 19 (rather than OpenOscar) setup instructions, see [here](./OSCAR19.md). ## Purpose The goal of this repo is to provide a hosting-agnostic (Dockerized) toolkit for automated OSCAR EMR deployment. We want to centralize OSCAR configurations for modern DevOps tools and share [best practices](https://12factor.net/) for modern web application deployment for OSCAR. This may help potential service providers who need to automate deployments, OSCAR integrators/vendors/developers who need to do testing, and self-hosted users. ie) diff --git a/oscar19.png b/oscar19.png new file mode 100644 index 0000000..c73497e Binary files /dev/null and b/oscar19.png differ