Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Install

Natasa Bulatovic edited this page Jul 26, 2016 · 5 revisions

Download imeji

The latest stable version of imeji is always available at this location:

  1. Download imeji : choose the latest version, and click on the war file (imeji.war)
  2. Rename the file imeji.war
  3. If you are only upgrading to a newer version of imeji, please follow the migration instructions If you are looking for detailed information about releases (including upcoming) please refer to the Release History. You should set up a server at this point, if you have not already.  

Install imeji

  1. Copy the imeji war file to your server: * Tomcat: Tomcat_home/webapps
  2. Create, and edit the properties files (see below)

Properties

The property files must be edited and put in the right folder to install imeji. Currently, there are two properties files:

  1. Check the imeji.properties and adapt them to your environment
  2. Download vocabulary.properties (To be installed with CoNE: Service for Control of Named Entities)

Save both files in:

  • For JBoss 7: jboss_home/standalone/configuration/
  • For Tomcat 7: tomcat_home/conf

Start imeji

  1. run * Tomcat: Tomcat_home/bin/startup.xx
  2. imeji runs under your_server:port/imeji Note: Before a start, it is recommended to clean the work and temp directories.

First time start: the administrator account [email protected]  is created automatically during the first start of your imeji instance. The password is: adminPLEASE, CHANGE THE PASSWORD IMMEDIATELY!

Stop imeji

  1. Run * Tomcat: Tomcat_home/bin/shutdown.xx
  2. (Linux) Check with ps aux| grep java whether Tomcat has been really stopped. If not, kill it! (If tomcat is not stopped, you won't be able to start it...)
Clone this wiki locally