This document describes the manual step by step procedure for releasing a new version of CDM based platform components.
CDM Release Procedure¶
1. CDM Library¶
Update your svn working copy
Run
mvn install
and make sure every test runs OK.Create a new branch for the new version number
2. Taxonomic Editor¶
3. CDM Server¶
Copy the new
cdm-server-x.x.jar
which has been build above into/opt/cdm-server
on the serverExecute the following commands after replacing the placeholder x.x by the new versions number.
cd /opt/cdm-server unlink cdm-server.jar ln -s cdm-server-x.x.jar cdm-server.jar /etc/init.d/cdm-server restart
- Open your browser at
http://my.cdmserver.com:8080/
and verify every server instance is starting up.