1 / 14

IBIS System Installation and Customization

Provides an overview of the installation and customization process for the IBIS-PH View System and IBIS-Q CGI System.

Download Presentation

IBIS System Installation and Customization

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. IBIS System Installation and Customization Garth Braithwaite Software Technologies Group June 8, 2007

  2. Overview • This section provides a brief, 30,000 foot installation and customization overview for two of the three IBIS-PH systems/applications. • For the purpose of this session, I will assume that each of these applications will be hosted on a separate server. • Each server is commonly referred to as a “tier.” Since there are two applications, each on different servers, I’ll refer to them as two tiers.

  3. Installation Outline • IBIS-PH View System Server (public) • Software Components • Installation • Customization • IBIS-Q CGI System/SAS Server (private) • Software Components • Installation • Customization

  4. IBIS-PH View System Public web/internet based application that allows the viewing of static web content, delivery of published reports, viewing of health indicator profile reports, and provides the interface portion of the custom queries. IBIS-Q CGI SAS Interface Query System Typically a private web/intranet application that interfaces with SAS to build and run custom queries. This application can run by itself without the View System front end or can deliver XML data to the View System. IBIS Data Administration and Maintenance System Internal web/intranet based application that allows different health program offices to maintain/edit health indicator profile data and publish these data to the public View System for consumption by the public. IBIS-PH Software Applications

  5. System Architecture

  6. System ArchitectureView System Server

  7. View Server - Software Components • Operating System (Windows, Linux, Unix Solaris, etc.) • Java JDK (Java Development Kit) • Java Web Application Server Container (Tomcat, IBM’s Websphere, Sun’s JavaOne etc.). • IBIS-PH View System Application • Java class files (controls how to respond to user requests) • XML Data files • XSLT Translation files (transforms XML to HTML) • CSS Stylesheets (controls web page colors, positions etc.) • Image files (static graphics like banners, headers – not the charts) • Javascript files (provides interactive web pages)

  8. View Server – Installation • Download and install the Java JDK of your choice for your operating system/hardware platform (Sun’s version 1.5+ recommended) (see java.sun.com or ibm.com etc.) • Download and install the Java Web Application Server Container (Tomcat 5.5.x recommended - apache.org) • Install the IBIS-PH View System Application • Contact Utah for the latest production version • Put the ibisph-view.war in appropriate application container (for Tomcat this is typically tomcat/webapps). -OR- Unzip the ibisph-view.war or ibisph-view.zip file’s contents to the appropriate webapp container folder/directory.

  9. View System – Customization (1 of 2) • HTML Page Look and Feel Customization • Determine HTML page layout • Modify the main _site_specific.xslt to override any “html” page layout API type templates • Update the *.css files to change font preferences, colors, page widths etc. • Create or link to static banner images, button images etc. • Update the appropriate menu XML data files (if using the IBIS menuing system) or create/link to the appropriate menuing code (if doing the latter will need to modify more site specific xslt templates which are used to create dynamic context menu items) • Update/create any desired static HTML page XML files (similar to HTML server side include type files)

  10. View System – Customization (2 of 2) • Update the Spring request_dispatcher.xml xml URL mapping file (depending on the desired View System modules used, page XML file directories etc) • Update/create the query dataset associated Query Module/Builder page XML file • Copy Utah module files which best matches the SAS dataset and questions/answers • Modify the measure titles, question titles, answer values and titles, and other parameter names and values as needed • Edit the site_specific.properties file and change the value of the QueryApplication.URL property to the appropriate IBIS-Q CGI URL value

  11. System ArchitectureIBIS-Q CGI Query System and SAS Server

  12. IBIS-Q CGI/SAS Server – Software Components • Operating System (Windows, Linux, Unix, Solaris, etc.) • Web Application Server (Apache, MS-IIS, anything that supports CGI) • SAS Application (requires appropriate modules and licenses) • IBIS-Q Application • CGI (c program specifically complied for the hardware and operating system) • Configuration text control files (*.cfg) (specifies the SAS executable path, path to the associated SAS data file, how to map URL request parameters to SAS procedure variables, and other misc control items) • SAS template text control files (func*.def) (specifies SAS procedure information and SAS code needed to query and calc the measures) • SAS procedure code text files (*.sas) (optional SAS procedural program files – include files) • Map text control files (xml*.map) (specifies how to map the queried/calculated SAS data values to the appropriate output XML data elements - which is requested by the IBIS-PH View System) • Group control text files (*.grp) (optional control files that specify how to map dynamic SAS variable values) • SAS data files -or- SAS database connection components)

  13. IBIS-Q CGI/SAS Server – Installation • Install Operating System and SAS Server Software Components • Install a CGI Web Server (Apache recommended - apache.org) • Contact Utah for the appropriate CGI executable (based on the hardware platform and operating system) • Contact Utah for the appropriate back end control files • Contact Utah for the appropriate dataset file structures • Create the CGI and backend control directory structure and copy files into appropriate directories

  14. IBIS-Q CGI System – Customization • Copy/create/update the SAS dataset (data file/database tables) • Update/create the backend configuration (.cfg) control text file associated with the SAS dataset. This includes creating/updating: • SAS dataset path and filename to use • SAS application location • SAS variable names and how they map to HTTP request parameters • Update/create the appropriate SAS template function definition (.def) control text file(s) • Update/create any needed SAS procedure code (.sas) • Update/create any needed grouping files (.grp) • Update/create the output value xml mapping file (.map)

More Related