Difference between revisions of "Imeji install"
Jump to navigation
Jump to search
Kleinfercher (talk | contribs) (added license info) |
|||
Line 1: | Line 1: | ||
{{Imeji}} | {{Imeji}} | ||
This Page | This Page describes how to install the imeji software. | ||
= Install Java= | = Install Java= | ||
Line 14: | Line 14: | ||
= Download imeji= | = Download imeji= | ||
Last imeji stable version is always | Last imeji stable version is always available on the MPDL nexus: | ||
* [http://rd.mpdl.mpg.de/nexus/content/groups/public/de/mpg/mpdl/imeji/imeji_ear/ Download imeji] | * [http://rd.mpdl.mpg.de/nexus/content/groups/public/de/mpg/mpdl/imeji/imeji_ear/ Download imeji] | ||
Line 24: | Line 24: | ||
# imeji runs under your_server:port/imeji | # imeji runs under your_server:port/imeji | ||
Eventually an Apache Server can be installed. | 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|Install]] | ||
[[Category:Imeji_Technical_Specification|Install]] | [[Category:Imeji_Technical_Specification|Install]] |
Revision as of 08:01, 10 January 2013
Template:Imeji This Page describes how to install the imeji software.
Install Java[edit]
imeji supports java 6. Compatibility with Java 7 is not guarantee:
Install JBoss[edit]
As a web software, imeji needs an application server. Currently imeji supports only JBoss 4.2.x:
Install eSciDoc[edit]
Download and install escidoc
Download imeji[edit]
Last imeji stable version is always available on the MPDL nexus:
Deploy imeji[edit]
To Deploy imeji:
- Copy the imeji ear file in JBoss (JBoss_Home_Path/server/default/deploy)
- Set the imeji Properties in (JBoss_Home_Path/server/default/deploy/imeji.properties). For more information about the properties see Imeji_properties here
- Start the server (JBoss_Home_Path/bin/run.xx)
- imeji runs under your_server:port/imeji
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).