Changes between Version 24 and Version 25 of OnyxDeployment


Ignore:
Timestamp:
10/21/11 10:47:59 (13 years ago)
Author:
Nick Holden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnyxDeployment

    v24 v25  
    8787
    8888=== Deploying the Onyx Questionnaire ===
    89 The version 1.9.2 artifact is located at http://mvn.briccs.org.uk/org/bru/briccs/briccs-onyx/1.9.2/briccs-onyx-1.9.2.war [[BR]]
     89
     90The briccs-onyx artifacts are located at http://mvn.briccs.org.uk/org/bru/briccs/briccs-onyx/$VERSION/briccs-onyx-$VERSION.war [[BR]]
     91
     92As an example, the version 1.9.2 artifact is located at http://mvn.briccs.org.uk/org/bru/briccs/briccs-onyx/1.9.2/briccs-onyx-1.9.2.war [[BR]]
     93
    9094Unzip war file into $BRICCS_WEBAPPS/briccs-onyx-1.9.2
    9195
     
    9599See http://trac.briccs.org.uk/wiki/OnyxCode#DistinguishingBetweenaLiveandaTestsystemattheUserInterfaceLevel
    96100
    97 I'm open on how to fold these files in. If required, I can generate two maven profiles (production and development) similar to the pmi-lookup. Then there would be two artifacts: one with development in the name and one with production in the name. Or something like it. It's just more work.
     101Note from JL: I'm open on how to fold these files in. If required, I can generate two maven profiles (production and development) similar to the pmi-lookup. Then there would be two artifacts: one with development in the name and one with production in the name. Or something like it. It's just more work.
    98102
    99103==== Edit onyx-config.properties ====
     
    138142=== Automatic Restart ===
    139143Can we please set tomcat to restart automatically on reboot? Same for !MySql.
     144
     145
     146Once the war file has been unpacked, config settings and logos fixed appropriately, stop tomcat ('sudo service tomcat6 stop')alter the tomcat context file in /etc/tomcat6 to point to the correct directory, and then restart tomcat.
     147
     148The new version of the questionnaire should then be running.