Skip to content

Commit

Permalink
Oscar 19 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
countable committed Dec 15, 2021
1 parent c7e8653 commit 6b90da8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions OSCAR19.md
Original file line number Diff line number Diff line change
@@ -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)

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file added oscar19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b90da8

Please sign in to comment.