347. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/6/2017 8:22:51 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.

347.1 Files compared

# Location File Last Modified
1 OSCIF_CTT_v4_build 1.zip\ISAAC-developer-docs Komet.md Wed May 31 03:55:50 2017 UTC
2 OSCIF_CTT_v4_build 1.zip\ISAAC-developer-docs Komet.md Mon Jul 3 21:32:13 2017 UTC

347.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 76
Changed 4 9
Inserted 0 0
Removed 0 0

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

347.4 Active regular expressions

No regular expressions were active.

347.5 Comparison detail

  1   #KOMET set up
  2  
  3   To run an  instance o f KOMET lo cally, you  need a To mcat 8 ser ver to dep loy the wa r file int o.
  4  
  5   You also n eed an ISA AC-Rest se rver - whi ch can eit her be the  war file  deployed i nto Tomcat , or run f rom Jetty  via a cons ole launch er.
  6  
  7   ##ISAAC-Re st
  8  
  9   - First cl one https: //DNS               : PORT
  10  
  11   - To launc h with the  local jet ty server,  execute t his class  (which is  found in t he test so urce tree) : gov.vha. isaac.rest .LocalJett yRunner
  12  
  13   - If you d o nothing  to configu re a datab ase, it wi ll automat ically dow nload a re cent datab ase from h ttps:// DNS                 : PORT
  14   and extrac t it into  your temp  folder, an d then lau nch the se rver.  Whe n the serv er comes u p, an exam ple URL wi ll be prin ted on the  console.
  15  
  16   - To launc h with you r own loca l database , specify  the follow ing JVM pa rameter (w ith the ap propriate  edits):
  17   -DisaacDat abaseLocat ion=/mnt/S TORAGE/Wor k/VetsEZ/W orkspaces/ ISAAC2/ISA AC-rest/ve ts-1.2-SNA PSHOT-all. data/
  18  
  19   ##KOMET
  20  
  21   - To build  your own  copy:
  22  
  23     - You mu st have a  maven conf iguration  that point s to the v adev nexus  server: h ttps://raw .githubuse rcontent.c om/VA-CTT/ ISAAC-deve loper-docs /master/re sources/se ttings.xml
  24     
  25     - You mu st edit th e user nam e and pass word in yo ur new set tings.xml  file (look  for this) :<br>
  26     ```
  27                             <usern ame>***USE RNAME***</ username>
  28                             <passw ord>***PAS SWORD***</ password>
  29     ```
  30   PORT/git/r /rails_kom et.git
       
  31  
  32     - run 'm vn clean p ackage'
  33     
  34     - locate  the war i n target/
  35  
  36   - Alternat ively, dow nload a wa r from: ht tps:// DNS                 : PORT
  37  
  38   You may us e either t he '*_a' o r '*_b' wa r - they a re identic al.
  39  
  40   Deploy the  war file  into your  local Tomc at 8 serve r.
  41  
  42   Browse to  the deploy ed KOMET a pplication  - it shou ld come up  successfu lly servin g data fro m the loca l isaac re st server.   You may  log in wit h devtest/ devtest