21. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/8/2019 1:00:39 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

21.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\crp-fitheart-release-2.0 readme.md Wed Mar 20 17:30:00 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\MHED P3 Healthshare 2.0-redacted\crp-fitheart-release-2.0 readme.md Mon Apr 8 16:55:14 2019 UTC

21.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 6 110
Changed 5 16
Inserted 0 0
Removed 0 0

21.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

21.4 Active regular expressions

No regular expressions were active.

21.5 Comparison detail

  1   ## VA FitH eart Web A pplication
  2  
  3   The VA Fit Heart mobi le applica tion (app)  is design ed to help  Veterans  with heart  condition s improve  their hear t health b y increasi ng physica l fitness  and provid ing tools  for a heal thy lifest yle. The m ain part o f the app’ s program  resembles  a cardiac  rehabilita tion progr am, which  guides peo ple throug h educatio n and fitn ess traini ng over 12  weeks.
  4   ## Depende ncies
  5   * [Shared  Services]( https://wi ki.mobileh ealth. DOMAIN . EXT /pages/vie wpage.acti on?title=N ext+Gen+Sh ared+Servi ces&spaceK ey=VAMFAT) : API Gate way, User  Services,  WAYF, ROA
  6   * [vamf-no tification -services] (https://w iki.mobile health. DOMAIN . EXT /display/V DMS/Notifi cation+Ser vices):    allows cre ation, ret rieval, up dating of  reminders  and notifi cations
  7   * [vamf-qu artz-sched uler](http s://wiki.m obilehealt h. DOMAIN . EXT /display/V DMS/Notifi cation+Ser vices): su pports Not ification  Services,  creates sc heduled jo bs to fire  in-app an d email no tifiaction s
  8   * [PGD FHI R Services ](https:// wiki.mobil ehealth. DOMAIN . EXT /display/P GDMS/PGD-F HIR+Server +Home):
  9           *  FHIR Servi ces
  10           *  CCDA Serve r
  11           *  Elasticsea rch
  12           *  MongoDB v3
  13           *  Mongo Conn ector
  14  
  15   ## Local S etup
  16   ### Prereq uisites
  17  
  18   * clone th e new-conf iguration  branch of  [NextGen-S tack repos itory](htt ps:// URL                     . DOMAIN . EXT /projects/ VAMF/repos /nextgen-s tack/brows e)
  19   * Follow R EADME of a bove repos itory for  basic envi ronment pr erequisite s
  20   * Update t he categor y variable s in **set -dev-envar s.sh** to  the follow ing:
  21  
  22   ```bash
  23   VET_MODE=t rue
  24   STAFF_MODE =false
  25   PGD_FHIR=t rue
  26   ```
  27  
  28   **NOTE:**  Please ref er to the  README in  the above  repository  to resolv e issues w ith deploy ing the PG D_FHIR ser vices.
  29  
  30   * Bring up  nextgen-s tack envir onment wit h `./run-a ll.sh`
  31  
  32   ### First  Time Setup
  33  
  34   To easily  bring up a ll require d containe rs for VA  FitHeart f or the fir st time, r un the fol lowing fro m the appl ications r oot folder :
  35  
  36   ```bash
  37   ./nextgen/ run-dev.sh
  38   ```
  39  
  40   ###  Setup  for Devel opers with  debugging  and other  Developme nt Stack t ools provi ded from t he MAP Sus tainment T eam
  41  
  42   Clone the  developer' s Nextgen  Stack (MAP  Sustainme nt) Repo w hich conta ins featur es taken f rom the Do mino Local  Developme nt stack p lus additi onal tools  specific  for debugg ing this A pplication .
  43  
  44  
  45   [https:// URL                     . DOMAIN . EXT /projects/ MAPS/repos /cardiac-r ehab-pro-- -local-dev elopment/b rowse]
  46  
  47   git clone  --branch t esting/1.0  https://n orcrossl@ URL                     . DOMAIN . EXT /scm/maps/ cardiac-re hab-pro--- local-deve lopment.gi t
  48  
  49  
  50  
  51   ### Verifi cation
  52   If the app lication i s setup co rrectly in  the local  NextGen S tack envir onment, yo u should b e able to  access the  applicati on at:
  53   http://loc alhost: PORT /fit-heart /
  54  
  55   ### Redepl oying
  56   After maki ng a chang e to the c ode, the f ollowing s teps can b e followed  to redepl oy the fit -heart-web  image:
  57  
  58   From the a pplication  root fold er:
  59  
  60   ```bash
  61   ./nextgen/ build.sh
  62  
  63   ```