PubMan 6 3
Jump to navigation
Jump to search
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 6.3 Release[edit]
Affected Servers[edit]
PubMan EAR[edit]
PubMan Properties[edit]
New:
# AA escidoc.aa.instance.url=http://xxx-pubman.mpdl.mpg.de/auth/ escidoc.aa.default.target=http://xxx-pubman.mpdl.mpg.de/auth/clientLogin escidoc.aa.public.key.file=/path/to/public.key escidoc.aa.private.key.file=/path/to/private.key escidoc.aa.config.file=conf.xml escidoc.aa.ip.table=ips.xml #escidoc.aa.client.class=de.mpg.escidoc.services.aa.web.client.IpAaClient escidoc.aa.client.start.class=de.mpg.escidoc.services.aa.web.client.EscidocAaClientStart escidoc.aa.client.finish.class=de.mpg.escidoc.services.aa.web.client.EscidocAaClientFinish #Syndication URL escidoc.syndication.service.url=http://xxx-pubman.mpdl.mpg.de/syndication/ # Properties for common standard theme escidoc.common.stylesheet.standard.url=/common/resources/cssFramework/themes/skin_blue/styles/theme.css escidoc.common.stylesheet.standard.type=stylesheet escidoc.common.stylesheet.standard.apply=true # Properties for common contrast theme escidoc.common.stylesheet.contrast.url=/common/resources/cssFramework/themes/skin_highContrast/styles/theme.css escidoc.common.stylesheet.contrast.type=alternate stylesheet escidoc.common.stylesheet.contrast.apply=true # Properties for common classic theme escidoc.common.stylesheet.classic.url=/common/resources/cssFramework/themes/skin_classic/styles/theme.css escidoc.common.stylesheet.classic.type=alternate stylesheet escidoc.common.stylesheet.classic.apply=true # Transformation configuration escidoc.transformation.edoc.configuration.filename=transformations/otherFormats/conf/edoc.properties escidoc.transformation.endnote.configuration.filename=transformations/commonPublicationFormats/conf/endnote.properties
PubMan Apache[edit]
- Add this to /etc/apache2/vhosts.d/pubman.conf
ProxyPass /auth http://xxx-pubman.mpdl.mpg.de:8080/auth
PubMan JBoss[edit]
- Create new rsa keys: in the context of aa_logic:
java de.mpg.escidoc.services.aa.crypto.KeyGenerator
- New properties file jboss/server/default/conf/auth.properties
# AA escidoc.aa.instance.url=http://xxx-pubman.mpdl.mpg.de/auth/ escidoc.aa.default.target=http://xxx-pubman.mpdl.mpg.de/auth/clientLogin escidoc.aa.public.key.file=/path/to/public.key escidoc.aa.private.key.file=/path/to/private.key escidoc.aa.config.file=/usr/share/jboss/server/default/conf/conf.xml escidoc.aa.ip.table=ips.xml # URL of the escidoc-core instance you like to logon to escidoc.framework_access.login.url=http://xxx-coreservice.mpdl.mpg.de:8080 escidoc.aa.client.start.class=de.mpg.escidoc.services.aa.web.client.EscidocAaClientStart escidoc.aa.client.finish.class=de.mpg.escidoc.services.aa.web.client.EscidocAaClientFinish
- New configuration file /usr/share/jboss/server/default/conf/conf.xml
<?xml version="1.0" encoding="UTF-8"?> <auth-config> <authentication> <name>eSciDoc</name> <url>http://xxx-pubman.mpdl.mpg.de/auth/</url> </authentication> </auth-config>
Core Infrastructure[edit]
Core Properties[edit]
Core Database[edit]
Core Lucene Index[edit]
Validation Database[edit]
Migration database[edit]
CoNE Database (all except zim02.gwdg.de)[edit]
- Import this as mpirg into CoNE
Data Migration[edit]
eSciDoc Admin[edit]
- svn up