2245. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2018 9:05: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.

2245.1 Files compared

# Location File Last Modified
1 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0 SCV-SchedulingManagerWeb2.4.x-InstallationInstructions.docx Thu Sep 27 17:27:20 2018 UTC
2 MHEDP3_VAOS_VATS_SM_Sept2018.zip\SM 2.4.0 SCV-SchedulingManagerWeb2.4.x-InstallationInstructions.docx Sat Oct 6 01:33:23 2018 UTC

2245.2 Comparison summary

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

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

2245.4 Active regular expressions

No regular expressions were active.

2245.5 Comparison detail

  1   Scheduling  Manager W eb 2.4.x -  Installat ion Instru ctions
  2  
  3   Assumption s Summary  - Procedur e
  4   Configure  Proxy for  sm-2.3.0
  5   Integrate  Scheduling  Manager w ith Launch pad Restar t httpd
  6   Rollback p rocedures  (v2.3.0+53 .0c219ac t o v2.2.6+5 6.221b612)
  7  
  8  
  9   Assumption s
  10   Operations  personnel  is famili ar with de ploying ap plications  into an A pache web  server. Op erations p ersonnel k nows how t o take bac kups and r evert depl oyments if  there are  failures.  Operation s personne l knows ho w to confi gure Apach e proxy se ttings.
  11  
  12  
  13   Summary -
  14   This docum ent outlin es the ins tructions  for instal ling the S cheduling  Manager (S M) web app lication o n an Apach e server.  This insta llation
  15  
  16   installs S M 2.4.0 un der the sm -2.4.0
  17  
  18  
  19   Procedure
  20   context.
  21  
  22  
  23   Obtain the  war file  from the R elease doc umentation  page (e.g .  schedul ing-manage r-2.3.0-<b uild numbe r>.war)
  24  
  25   Logon to t he Apache  server.
  26  
  27   Navigate t o the web  documents  directory
  28   cd /var/ww w/html
  29  
  30   Create app lication d irectory
  31   mkdir sm-2 .3.0
  32  
  33   Extract th e war file  obtained  in Step 1  into the a pplication  directory
  34   cd sm-2.3. 0
  35   jar xvf <w ar file>
  36  
  37  
  38   Configure  Proxy for  sm-2.3.0
  39   Ensure the  following  proxy set tings exis t. Otherwi se create  them.
  40  
  41  
  42   /etc/httpd /conf.d/sc heduling-m anager.ssl
  43  
  44  
  45   <Location  /sm-2.3.0>
  46   ProxyPass  <Apache UR I>/sm-2.3. 0 ProxyPas sReverse < Apache URI >/sm-2.3.0
  47   </Location >
  48  
  49  
  50   Integrate  Scheduling  Manager w ith Launch pad
  51  
  52   Download t he Icon
  53  
  54   Add the ic on under t he 'img/ap p-icons/sc heduling-m anager/'
  55  
  56   Run the SQ L in the H ADB schema :
  57  
  58  
  59   scheduling -manager-l aunchpad.s ql
  60  
  61  
  62   update HAD B.LAUNCHPA D_ITEM set  NAME=‘Sch eduling Ma nager 2.3. 0’, DESCRI PTION=‘Sch edule an a ppointment  with my h ealthcare  provider’, URL=‘/sm-  2.3.0’, IM AGE_URL =‘ apple-touc h-icon-72x 72-precomp osed.png’  where ITEM _POSITION= 99 and NAM E=‘Schedul ing Manage r’;
  63   commit;
  64  
  65  
  66   Restart ht tpd
  67   sudo servi ce httpd r estart
  68  
  69  
  70   Rollback p rocedures  (v2.3.0+53 .0c219ac t o v2.2.6+5 6.221b612)
  71   Revert the  deploymen t made in  /var/www/h tml and re place it w ith the ba ckup by fo llowing th ese steps:
  72  
  73   Remove the  web app b y executin g the foll owing comm and:
  74   rm -rf /va r/www/html /sm-2.3.0
  75  
  76   If initial  installat ion of sm- 2.3.0
  77   Remove the  following  configura tion from  proxy
  78  
  79  
  80  
  81   <Location  /sm-2.3.0>
  82   ProxyPass  <Apache UR I>/sm-2.3. 0 ProxyPas sReverse < Apache URI >/sm-2.3.0
  83   </Location >
  84  
  85   Restart th e httpd se rver.
  86   Install v2 .2.6 using  these ins tructions