Changes between Version 4 and Version 5 of OnyxDeployment


Ignore:
Timestamp:
01/04/11 17:57:16 (13 years ago)
Author:
jeff.lusted
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnyxDeployment

    v4 v5  
    11== Deploying an Onyx Questionnaire ==
     2
     3This details what is required to deploy our onyx questionnaire. The first few paragraphs outline some of the major prerequisites and some minor complications in deploying across development and production environments.
    24
    35=== The Onyx Questionnaire and the PMI Lookup ===
     
    79
    810There is a development and a production version of the pmi-lookup. The production version uses an !SqlServer table function invocation in JDBC to retrieve demographic data. For testing Onyx in a situation where !SqlServer is not available, the development version uses a !MySql database.
     11
     12=== Prerequisite Installs ===
     13   * JDK 1.6.*               
     14   * Tomcat 6.*             
     15   * !MySql 5.5.* but see below     
     16
     17=== !MySql ===
     18In our use of Onyx, !MySql is '''required''' for storing questionnaire data. For production (live or test), the database is more likely to be on a database server; ie: an entirely separate install. This is somewhat complicated by the development version of the pmi-lookup, which uses !MySql. [[BR]]
     19
     20These notes assume that !MySql is installed somewhere.