Difference between revisions of "Imeji install"

From MPDLMediaWiki
Jump to navigation Jump to search
m (fixed broken link)
 
(55 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Imeji_Tech}}
'''Please note:''' Content was moved to http://imeji.org/install/ and http://imeji.org/install/server-setup/
This page describes how to install the imeji software.  


= Install Java=
imeji supports Java 6. Compatibility with Java 7 is not guaranteed:
* [http://www.java.com/de/download/manual_v6.jsp Download Java 6]


= Install Server =
[[Category:Imeji_Content_moved|Install]]
== From version 1.1.0.0==
imeji supports JBoss 7.x and Tomcat 7.x:
*[http://www.jboss.org/jbossas/downloads Download JBoss]
*[http://tomcat.apache.org/download-70.cgi Download Tomcat]
 
== Earlier version==
imeji supports only JBoss 4.2.x:
* [http://sourceforge.net/projects/jboss/files/JBoss/JBoss-4.2.3.GA/ Download JBoss 4.2.3]
 
= Install eSciDoc (optional)=
Download and install [https://www.escidoc.org/JSPWiki/en/DownloadForRelease1.4 escidoc]
=== 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]])
 
=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=
Last imeji stable version is always available on the MPDL nexus:
# [http://rd.mpdl.mpg.de/nexus/content/groups/public/org/imeji/imeji/ Download imeji] : choose the latest version, and click on the war file (imeji-x.x.x.x.war)
# rename the file imeji.war
 
 
If you want to use the Fledged Data Service you can download it here:
* [http://rd.mpdl.mpg.de/nexus/content/groups/public/de/mpg/escidoc/services/fledgeddata_presentation/ Download Fledged Data Service]
 
=Deploy imeji=
To Deploy imeji:
# Copy the imeji ear file in your server:
#* JBoss: JBoss_Home_Path/standalone/deployments
#* Tomcat: Tomcat_home/webapps
# Set the imeji Properties (as defined here: [[Imeji_properties]]) in
#* JBoss: JBoss_Home_Path/standalone/configuration
#* Tomcat: Tomcat_home/conf
# OPTIONAL: If you want to use the [[ESciDoc_Services_FledgedDataService | Fledged Data Service]], additionally add the fds.properties
# Start the server
#* JBoss: JBoss_Home_Path/bin/run.xx
#* Tomcat: Tomcat_home/bin/startup.xx
# imeji runs under your_server:port/imeji
# 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=
The imeji software is developed by the open source imeji community. The code is distributed under the Common Development and Distribution License (CDDL).
 
[[Category:Imeji|Install]]
[[Category:Imeji_Technical_Specification|Install]]

Latest revision as of 12:51, 6 February 2014