Difference between revisions of "Imeji install"

From MPDLMediaWiki
Jump to navigation Jump to search
m (Changed Downloadlink from imeji_ear into imeji_presentation)
Line 20: Line 20:
=== Note ===
=== Note ===
eSciDoc is only optional. It is needed when the storage escidoc is used (see [[Imeji_storage]]). This is defined in the imeji properties (see [[Imeji_properties]])
eSciDoc is only optional. It is needed when the storage escidoc is used (see [[Imeji_storage]]). This is defined in the imeji properties (see [[Imeji_properties]])
=Install Apache Server (Optional - recommended)=
Download and install [http://httpd.apache.org/]
* Recommended configuration:
<pre>
# put this at the end of your proxypass rules. Change the port if needed.
ProxyPass /imeji http://localhost:8080/imeji
ProxyPassReverse /imeji http://localhost:8080/imeji
ProxyPass / http://localhost:8080/imeji
ProxyPassReverse / http://localhost:8080/imeji
</pre>


= Download imeji=
= Download imeji=

Revision as of 14:21, 26 June 2013

Imeji logo.png

Internal
Meetings
Cooperation

Specification
Architecture
Installer
Ingest
Functional Specification
Technical Specification

Metadata
RDF mapping
Metadata terms

edit

This page describes how to install the imeji software.

Install Java[edit]

imeji supports Java 6. Compatibility with Java 7 is not guaranteed:

Install Server[edit]

From version 1.1.0.0[edit]

imeji supports JBoss 7.x and Tomcat 7.x:

Earlier version[edit]

imeji supports only JBoss 4.2.x:

Install eSciDoc (optional)[edit]

Download and install escidoc

Note[edit]

eSciDoc is only optional. It is needed when the storage escidoc is used (see Imeji_storage). This is defined in the imeji properties (see Imeji_properties)

Install Apache Server (Optional - recommended)[edit]

Download and install [1]

  • Recommended configuration:
# put this at the end of your proxypass rules. Change the port if needed.
ProxyPass /imeji http://localhost:8080/imeji
ProxyPassReverse /imeji http://localhost:8080/imeji
ProxyPass / http://localhost:8080/imeji
ProxyPassReverse / http://localhost:8080/imeji

Download imeji[edit]

Last imeji stable version is always available on the MPDL nexus:


If you want to use the Fledged Data Service you can download it here:

Deploy imeji[edit]

To Deploy imeji:

  1. Copy the imeji ear file in JBoss (JBoss_Home_Path/server/default/deploy)
  2. Set the imeji Properties in (JBoss_Home_Path/server/default/deploy/imeji.properties). For more information about the properties see Imeji_properties
  3. If you want to use the Fledged Data Service, additionally add the fds.properties
  4. Start the server (JBoss_Home_Path/bin/run.xx)
  5. imeji runs under your_server:port/imeji
  6. Change admin password: the administrator account is created on first start. The credentials are admin@imeji.org with password admin. PLEASE CHANGE THIS IMMEDIATELY!!!

Eventually an Apache Server can be installed.

License[edit]

The imeji software is developed by the open source imeji community. The code is distributed under the Common Development and Distribution License (CDDL).