Difference between revisions of "Imeji install"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Imeji}}
{{Imeji}}
= Install sources =
This Page descibes how to install the imeji sofware.  
This Page descibes how to install the imeji sofware.  



Revision as of 11:35, 9 October 2012

Template:Imeji 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:

  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 here
  3. Start the server (JBoss_Home_Path/bin/run.xx)
  4. imeji runs under your_server:port/imeji

Eventually an Apache Server can be installed.