77. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/24/2019 1:38:06 PM Eastern 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.

77.1 Files compared

# Location File Last Modified
1 PCL-5_v1_build_8.zip\v1_build 8\Unredacted\spp_mha_web-development.zip\spp_mha_web-development\Docs Packaging for Production.docx Wed Jul 31 17:35:31 2019 UTC
2 PCL-5_v1_build_8.zip\v1_build 8\Unredacted\spp_mha_web-development.zip\spp_mha_web-development\Docs Packaging for Production.docx Mon Sep 23 21:49:28 2019 UTC

77.2 Comparison summary

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

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

77.4 Active regular expressions

No regular expressions were active.

77.5 Comparison detail

  1   Ready the  Applicatio n for Prod uction
  2   This docum ent is des igned to b e a step-b y-step gui de for pre paring the  applicati on for a p roduction  environmen t. Do not  commit any  edits mad e from thi s point on .
  3  
  4   Toggle Pro perties to  prod
  5   In src/mai n/resource s/applicat ion.proper ties set s pring.prof iles.activ e=prod 
  6  
  7  
  8   Package th e Applicat ion
  9   Open the c ommand lin e and cd t o mha-web/  directory .
  10   From here,  run mvn i nstall -Pb uildAll -D maven.test .skip=true
  11   Wait for t hat to com plete.
  12   From here,  run mvn p ackage -Dm aven.test. skip
  13   You’ll not ice the pa ckaged app lication i n mha-web/ target/ as  mha-web-X .X.X-SNAPS HOT.jar
  14   You can ru n this fro m the mha- web/target /  dir wit h java -ja r mha-web- X.X.X-SNAP SHOT.jar
  15   ***All you  need is t he jar sta ted above  and the ap plication  will run.  No need fo r any othe r files***
  16   The applic ation when  productio n ready, r uns at htt ps://local host: PORT /mha
  17