Difference between revisions of "CoNE:Installation"

From MPDLMediaWiki
Jump to navigation Jump to search
(Initial creation)
 
m
Line 7: Line 7:


= CoNE Enterprise archive =
= CoNE Enterprise archive =
* The EAR file (last release 1.2.16) can be downloaded from the [http://rd.mpdl.mpg.de/nexus/service/local/artifact/maven/redirect?r=releases&g=de.mpg.escidoc.services&a=cone_ear&v=1.2.16&e=ear Nexus artifact server].
* The EAR file (latest release 1.2.16) can be downloaded from the [http://rd.mpdl.mpg.de/nexus/service/local/artifact/maven/redirect?r=releases&g=de.mpg.escidoc.services&a=cone_ear&v=1.2.16&e=ear Nexus artifact server].
* Put this file into <code>$JBOSS_HOME/server/default/deploy</code>. Optionally, it may be exploded.
* Put this file into <code>$JBOSS_HOME/server/default/deploy</code>. Optionally, it may be exploded.


 
= Configuration =
 
* Download the following configuration files from Subversion:
** [https://zim02.gwdg.de/repos/common/trunk/common_services/cone_ear/src/main/resources/cone.properties cone.properties]
** [https://zim02.gwdg.de/repos/common/trunk/common_services/aa_logic/src/main/resources/auth.properties auth.properties]
** [https://zim02.gwdg.de/repos/common/trunk/common_services/aa_presentation/src/main/resources/conf.xml conf.xml]
* Edit the files and adapt them to your environment.


[[Category:CoNE]]
[[Category:CoNE]]
[[Category:How To]]
[[Category:How To]]
[[Category:Installation instruction]]
[[Category:Installation instruction]]

Revision as of 04:27, 27 October 2011

Currently, no graphical installer is available for CoNE. This page describes how to set up CoNE as a standalone installation on an application server.

Prerequisites[edit]

  • Java 6 JDK
  • Postgres 8.3+ database
  • JBoss Application Server 4.2.x

CoNE Enterprise archive[edit]

  • The EAR file (latest release 1.2.16) can be downloaded from the Nexus artifact server.
  • Put this file into $JBOSS_HOME/server/default/deploy. Optionally, it may be exploded.

Configuration[edit]