226. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/29/2018 12:14:56 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.

226.1 Files compared

# Location File Last Modified
1 mobile-kidney-web-2.0.0.zip\mobile-kidney-web readme.md Wed Apr 4 20:16:48 2018 UTC
2 mobile-kidney-web-2.0.0.zip\mobile-kidney-web readme.md Tue May 29 16:21:30 2018 UTC

226.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 108
Changed 1 2
Inserted 0 0
Removed 0 0

226.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

226.4 Active regular expressions

No regular expressions were active.

226.5 Comparison detail

  1   # Mobile K idney Web  Applicatio n
  2  
  3   The Mobile  Kidney ap plication  will provi de patient s the abil ity to acc ess and vi ew educati onal infor mation on  chronic ki dney disea se, enter  their vita l signs, a nd set cus tom remind ers to upd ate their  vitals tra cking. Thi s applicat ion will a llow shari ng of info rmation en tered by t he Veteran  with a VA  Health Ca re Provide r. The app lication w ill store  user notif ication pr eferences,  an email  address fo r updates,  and patie nt vitals  trackers.
  4  
  5   ## Depende ncies
  6   * [Shared  Services]( https://wi ki.mobileh ealth.va.g ov/pages/v iewpage.ac tion?title =Next+Gen+ Shared+Ser vices&spac eKey=VAMFA T): API Ga teway, Use r Services , WAYF, RO A
  7   * [vamf-no tification -services] (https://w iki.mobile health.va. gov/displa y/VDMS/Not ification+ Services):   allows c reation, r etrieval,  updating o f reminder s and noti fications
  8   * [vamf-qu artz-sched uler](http s://wiki.m obilehealt h.va.gov/d isplay/VDM S/Notifica tion+Servi ces): supp orts Notif ication Se rvices, cr eates sche duled jobs  to fire i n-app and  email noti fiactions
  9   * [PGD FHI R Services ](https:// wiki.mobil ehealth.va .gov/displ ay/PGDMS/P GD-FHIR+Se rver+Home) :
  10           *  FHIR Servi ces
  11           *  CCDA Serve r
  12           *  Elasticsea rch
  13           *  MongoDB v3
  14           *  Mongo Conn ector
  15  
  16   ## Local S etup
  17   ### Prereq uisites
  18  
  19   * clone th e new-conf iguration  branch of  [NextGen-S tack repos itory](htt ps:// URL /projects/ VAMF/repos /nextgen-s tack/brows e)
  20   * Follow R EADME of a bove repos itory for  basic envi ronment pr erequisite s
  21   * Update t he categor y variable s in **set -dev-envar s.sh** to  the follow ing:
  22  
  23   ```bash
  24   VET_MODE=t rue
  25   STAFF_MODE =false
  26   PGD_FHIR=t rue
  27   ```
  28  
  29   **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.
  30  
  31   * Bring up  nextgen-s tack envir onment wit h `./run-a ll.sh`
  32  
  33   ### First  Time Setup
  34  
  35   To easily  bring up a ll require d containe rs for Mob ile Kidney  for the f irst time,  run the f ollowing f rom the mo bile-kidne y-web fold er:
  36  
  37   ```bash
  38   ./nextgen/ run-dev.sh
  39   ```
  40  
  41   ### Verifi cation
  42   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:
  43   http://loc alhost:808 9/mobile-k idney/
  44  
  45   ### Redepl oying
  46   After maki ng a chang e to the c ode, the f ollowing s teps can b e followed  to redepl oy the mob ile-kidney -web image :
  47  
  48   From the m obile-kidn ey-web fol der:
  49  
  50   ```bash
  51   ./nextgen/ build.sh
  52   docker-com pose -f ne xtgen/dock er-compose -dev.yml s top mobile -kidney
  53   docker-com pose -f ne xtgen/dock er-compose -dev.yml r m -f mobil e-kidney
  54   docker-com pose -f ne xtgen/dock er-compose -dev.yml u p -d --bui ld mobile- kidney
  55   ```