Changes between Version 4 and Version 5 of OnyxDeployment
- Timestamp:
- 01/04/11 17:57:16 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnyxDeployment
v4 v5 1 1 == Deploying an Onyx Questionnaire == 2 3 This 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. 2 4 3 5 === The Onyx Questionnaire and the PMI Lookup === … … 7 9 8 10 There 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 === 18 In 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 20 These notes assume that !MySql is installed somewhere.