Migration from 1.0 to 1.1

  • Add new translations ( execute the scripts below in the OpenK Administration from Administration > Tools > Database Query):
  • English:
INSERT INTO OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) VALUES ('rs.subject-signed.en-GB', 'string', 'The document has been signed');
INSERT INTO OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) VALUES ('rs.body-signed.en-GB', 'html', '<p>The document has been ${docName}</p>');
  • Spanish
INSERT INTO OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) VALUES ('rs.subject-signed.es-ES', 'string', 'El documento se ha firmado');
INSERT INTO OKM_CONFIG (CFG_KEY, CFG_TYPE, CFG_VALUE) VALUES ('rs.body-signed.es-ES', 'html', '<p>El documento se ha firmado ${docName}</p>');
  • Stop Tomcat and replace the remote-signature.war archive
  • Start the application

 

 

Table of contents [ Hide Show ]