diff --git a/README.md b/README.md index d93cb5b54..cbbc4a113 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # FEMR - Fast Electronic Medical Records ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiMVBXNWNSMnZsYkgxb05IYS9rclF4eE9QcVdZT1JBNWI1V3RucFd1cXd4ZVEzTzZ5ZWREaEJJRXRDbExyY243eG05VVV4cWVkQXlMelN1bnkxY2dHUUlZPSIsIml2UGFyYW1ldGVyU3BlYyI6IjlCTnI2U0hvU00yNjROQnQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master) - ![Scala CI](https://github.com/FEMR/femr/actions/workflows/scala.yml/badge.svg) + + + ### Description fEMR is a fast EMR solution for remote clinics who depend on speed and ease of use rather than complex features. Check out [Team fEMR's website](https://teamfemr.org) for more information and a live demo. @@ -100,32 +102,34 @@ csv.path="./Upload/CSV"
screenshot -![Image](https://github.com/kylene-phillips/femr-installation/blob/gh-pages/images/intellij7.png?raw=true) +![Image](./public/img/step_six_one.png) +![Image](./public/img/step_six_two.png)
-8. Change the language level to 8. +7. Change the language level to 8.
screenshot -![Image](https://github.com/kylene-phillips/femr-installation/blob/gh-pages/images/intellij8.png?raw=true) +![Image](./public/img/step_seven_one.png) +![Image](./public/img/step_seven_two.png)
-9. On the rightmost side of IntelliJ, if there is a vertical line containing sbt. Click on the sbt tab and then click the refresh symbol. +8. On the rightmost side of IntelliJ, if there is a vertical line containing sbt. Click on the sbt tab and then click the refresh symbol. - If there isn’t sbt on the right, remove the .idea folder from the root directory of the project. In the command line, traverse to the root directory and do: rm -r .idea. Then redo step 2 and then continue. If still does not work try invaliadating IntelliJ's cache.
screenshot -![Image](https://github.com/kylene-phillips/femr-installation/blob/gh-pages/images/intellij9.png?raw=true) +![Image](./public/img/step_eight.png)
-10. After that runs, click on the Play button to run the configuration. If everything was set up correctly, the website should open up on another window. Select “Apply this script now”. +9. After that runs, click on the Play button to run the configuration. If everything was set up correctly, the website should open up on another window. Select “Apply this script now”.
screenshot -![Image](https://github.com/kylene-phillips/femr-installation/blob/gh-pages/images/intellij10.png?raw=true) +![Image](./public/img/step_nine.png)
diff --git a/public/img/logo_color_old.png b/public/img/logo_color_old.png index 3146e3bc3..b0be88b1e 100644 Binary files a/public/img/logo_color_old.png and b/public/img/logo_color_old.png differ diff --git a/public/img/logo_color_readme.png b/public/img/logo_color_readme.png new file mode 100644 index 000000000..76ae8a6f2 Binary files /dev/null and b/public/img/logo_color_readme.png differ diff --git a/public/img/step_eight.png b/public/img/step_eight.png new file mode 100644 index 000000000..dfcf5a6e2 Binary files /dev/null and b/public/img/step_eight.png differ diff --git a/public/img/step_nine.png b/public/img/step_nine.png new file mode 100644 index 000000000..0df31ef85 Binary files /dev/null and b/public/img/step_nine.png differ diff --git a/public/img/step_seven_one.png b/public/img/step_seven_one.png new file mode 100644 index 000000000..211fa58a2 Binary files /dev/null and b/public/img/step_seven_one.png differ diff --git a/public/img/step_seven_two.png b/public/img/step_seven_two.png new file mode 100644 index 000000000..aac31c595 Binary files /dev/null and b/public/img/step_seven_two.png differ diff --git a/public/img/step_six_one.png b/public/img/step_six_one.png new file mode 100644 index 000000000..520b57645 Binary files /dev/null and b/public/img/step_six_one.png differ diff --git a/public/img/step_six_two.png b/public/img/step_six_two.png new file mode 100644 index 000000000..944a0fd2c Binary files /dev/null and b/public/img/step_six_two.png differ diff --git a/public/img/triage_example.png b/public/img/triage_example.png new file mode 100644 index 000000000..c49f02170 Binary files /dev/null and b/public/img/triage_example.png differ