Difference between revisions of "PubMan 7 10"

From MPDLMediaWiki
Jump to navigation Jump to search
 
(16 intermediate revisions by 3 users not shown)
Line 2: Line 2:


= PubMan 7.10 Release =
= PubMan 7.10 Release =
* DOI generation


==Properties==
== Coreservice JBoss ==
===PubMan===
* configure start script to use jdk 1.7
<syntaxhighlight lang="properties">
escidoc.doi.service.url = "http://test.doi.mpdl.mpg.de"
escidoc.doi.service.create.url = "/doxi/rest/doi"
escidoc.doi.service.user = PuRe user (create in DOxI)
escidoc.doi.service.password = PuRe user password (create in DOxI)


escidoc.transformation.doi.stylesheet.filename = transformations/otherFormats/xslt/escidoc2doi.xsl
== PubMan ==
</syntaxhighlight>
* build with activeProfile "standalone" if eSciDoc will not run in the same wildfly
* provide jdk 1.8


== PubMan EAR ==
neues ear:
wget http://rd.mpdl.mpg.de/nexus/service/local/repositories/releases/content/de/mpg/escidoc/pubman/wildfly/pubman_ear/7.10.2/pubman_ear-7.10.2-pure.ear
== PubMan Wildfly ==
* configure start script to use jdk 1.8
==CoNE==
*Change indexes in database in order to support new CoNE entries with long values, e.g. for CSL.
**see https://subversion.mpdl.mpg.de/repos/pubman/trunk/pubman/pubman_installer/src/main/resources/coneData/database_index.sql
*Add new JEL classification data, e.g. by exporting from dev-pubman
=Properties=
* Add "jel" to escidoc.cone.subjectVocab
* escidoc.pubman.csl_editor.instance=http://pubman.mpdl.mpg.de/csl-editor/




[[Category:Release Log]]
[[Category:Release Log]]

Latest revision as of 08:25, 3 December 2015

This page shall contain every change that is made during a qa release of the version mentioned above. If it's not here, it never happened!

PubMan 7.10 Release[edit]

Coreservice JBoss[edit]

  • configure start script to use jdk 1.7

PubMan[edit]

  • build with activeProfile "standalone" if eSciDoc will not run in the same wildfly
  • provide jdk 1.8

PubMan EAR[edit]

neues ear:

wget http://rd.mpdl.mpg.de/nexus/service/local/repositories/releases/content/de/mpg/escidoc/pubman/wildfly/pubman_ear/7.10.2/pubman_ear-7.10.2-pure.ear

PubMan Wildfly[edit]

  • configure start script to use jdk 1.8

CoNE[edit]

  • Add new JEL classification data, e.g. by exporting from dev-pubman


Properties[edit]