Difference between revisions of "Imeji install"
Jump to navigation
Jump to search
Kleinfercher (talk | contribs) (changed github link) |
|||
Line 2: | Line 2: | ||
= Install sources = | = Install sources = | ||
This | This Page descibes how to install the imeji sofware. | ||
= | = Install Java= | ||
imeji supports java 6. Compatibility with Java 7 is not guarantee: | |||
* [http://www.java.com/de/download/manual_v6.jsp Download Java 6] | |||
* | |||
== | = Install JBoss = | ||
* | As a web software, imeji needs an application server. Currently imeji supports only JBoss 4.2.x: | ||
* [http://sourceforge.net/projects/jboss/files/JBoss/JBoss-4.2.3.GA/ Download JBoss 4.2.3] | |||
= | = Download imeji= | ||
Last imeji stable version is always avalible on the MPDL nexus: | |||
* | * [http://rd.mpdl.mpg.de/nexus/content/groups/public/de/mpg/mpdl/imeji/imeji_ear/ Download imeji] | ||
=Deploy imeji= | |||
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. | |||
[[Category:Imeji|Install]] | [[Category:Imeji|Install]] |
Revision as of 09:50, 9 October 2012
Install sources[edit]
This Page descibes how to install the imeji sofware.
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:
Download imeji[edit]
Last imeji stable version is always avalible 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.