This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Install
Natasa Bulatovic edited this page Jul 26, 2016
·
5 revisions
The latest stable version of imeji is always available at this location:
- Download imeji : choose the latest version, and click on the war file (imeji.war)
- Rename the file imeji.war
- 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.
- Copy the imeji war file to your server: * Tomcat: Tomcat_home/webapps
- Create, and edit the properties files (as defined here: imeji properties)
- run * Tomcat: Tomcat_home/bin/startup.xx
- 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: admin. PLEASE, CHANGE THE PASSWORD IMMEDIATELY!
- Run * Tomcat: Tomcat_home/bin/shutdown.xx
- (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...)