Changes between Version 10 and Version 11 of OnyxQuestionnaire


Ignore:
Timestamp:
05/09/15 13:34:44 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnyxQuestionnaire

    v10 v11  
    11Onyx (questionnaire)
    22
    3 Wiki page for notes and development of the BRICCS Onyx questionnaire.
     3Wiki page for notes and development of the [[BRICCS Study]] Onyx questionnaire.
    44
    5 The production version of the BRICCS Onyx Questionnaire has the following stages:
     5The production version of the [[BRICCS Study]] Onyx Questionnaire has the following stages:
    66
    77{{{
     
    2929Important to test with html output from questionnaire building process before doing anything else. Currently we are rebuilding the entire onyx artifact each time we create new questionnaire files. To do this, after building the questionnaire, copy each questionnaire.xml file from the relevant /target/questionnaire/ folder to the relevant /src/ folder, and then run 'mvn clean install' in top level of the project workspace. This builds locally to the maven repository on your own machine. Then run the shell script to deploy the artifact. Note that mvn must be able to ssh to the mvn.briccs.org.uk server, which means that 'mvn.briccs.org.uk' must be in the ssh known_hosts.
    3030
    31 Notes for deploying the BRICCS Onyx Questionnaire are on the OnyxDeployment page.
     31Notes for deploying the [[BRICCS Study]] Onyx Questionnaire are on the OnyxDeployment page.
    3232
    3333Need to consider refining the process to separate the questionnaire from the code, in the way suggested on the Obiba wiki. Then versioning each questionnaire stage separately, and the code separately again.