Difference between revisions of "CoNE:Installation"

From MPDLMediaWiki
Jump to navigation Jump to search
m
m
Line 25: Line 25:
** [https://zim02.gwdg.de/repos/common/trunk/common_services/aa_presentation/src/main/resources/ips.xml ips.xml]
** [https://zim02.gwdg.de/repos/common/trunk/common_services/aa_presentation/src/main/resources/ips.xml ips.xml]
* Edit the files and adapt them to your environment.
* Edit the files and adapt them to your environment.
= Check your installation =
* Start JBoss
* CoNE should be accessible at [http://localhost:8080/cone/ http://localhost:8080/cone/]
* Try to login


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

Revision as of 04:44, 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.

CoNE database[edit]

  • Create a new database in Postgres. The name can be chosen freely, but remember it.
  • Optionally, a database user with grants for this database can be created.
  • Run the following SQL scripts on this new database to create the database structure:
  • If you want initial content for the existing models, execute the according scripts from here

Configuration[edit]

Check your installation[edit]