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

222.1 Files compared

# Location File Last Modified
1 mobile-kidney-web-2.0.0.zip\mobile-kidney-web\nextgen run-dev.sh Wed Apr 4 20:16:48 2018 UTC
2 mobile-kidney-web-2.0.0.zip\mobile-kidney-web\nextgen run-dev.sh Tue May 29 16:17:57 2018 UTC

222.2 Comparison summary

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

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

222.4 Active regular expressions

No regular expressions were active.

222.5 Comparison detail

  1   #!/usr/bin /env bash
  2   echo -e "\ nSourcing  nextgen-st ack/set-de v-envars.s h\n"
  3   source ../ nextgen-st ack/set-de v-envars.s h
  4  
  5   echo -e "\ nCompile M obile Kidn ey Front-E nd code\n"
  6   export DTR _PREFIX=" URL : PORT /"
  7   export DTR _ORG="imag es"
  8   ./nextgen/ build.sh | | { echo " FATAL: Fai led to bui ld Mobile  Kidney Fro nt-End"; e xit 1; }
  9  
  10   ./nextgen/ stop-dev.s h
  11  
  12   echo -e "\ nSetting n eeded envi ronment va riables in  Consul"
  13   ./nextgen/ set_consul _vars.sh | | { echo " FATAL: Fai led to set  needed en vironment  variables  in Consul" ; exit 1;  }
  14  
  15   echo -e "\ nStart Mob ile Kidney  container s\n"
  16   docker-com pose -f ./ nextgen/do cker-compo se-dev.yml  up -d --b uild || {  echo "FATA L: Failed  to start M obile Kidn ey contain ers"; exit  1; }
  17  
  18   echo -e "\ nRegister  Mobile Kid ney applic ation serv ices with  Consul"
  19   ./nextgen/ register_s ervices.sh  || { echo  "FATAL: F ailed to r egister Mo bile Kidne y applicat ion servic es with Co nsul"; exi t 1; }