Changes between Version 10 and Version 11 of OnyxQuestionnaire
- Timestamp:
- 05/09/15 13:34:44 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnyxQuestionnaire
v10 v11 1 1 Onyx (questionnaire) 2 2 3 Wiki page for notes and development of the BRICCSOnyx questionnaire.3 Wiki page for notes and development of the [[BRICCS Study]] Onyx questionnaire. 4 4 5 The production version of the BRICCSOnyx Questionnaire has the following stages:5 The production version of the [[BRICCS Study]] Onyx Questionnaire has the following stages: 6 6 7 7 {{{ … … 29 29 Important 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. 30 30 31 Notes for deploying the BRICCSOnyx Questionnaire are on the OnyxDeployment page.31 Notes for deploying the [[BRICCS Study]] Onyx Questionnaire are on the OnyxDeployment page. 32 32 33 33 Need 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.