Difference between revisions of "Imeji installer"
Jump to navigation
Jump to search
(Created page with "This page describes the specification and implementation of the imeji installer =Linux/Tomcat= The installer constist of a scritp doing: # create the user tomcat and group tomca...") |
|||
Line 2: | Line 2: | ||
=Linux/Tomcat= | =Linux/Tomcat= | ||
The installer | The installer consist of a script doing: | ||
# create the user tomcat and group tomcat | # create the user tomcat and group tomcat | ||
# create imeji directory | # create imeji directory |
Revision as of 14:02, 15 February 2013
This page describes the specification and implementation of the imeji installer
Linux/Tomcat
The installer consist of a script doing:
- create the user tomcat and group tomcat
- create imeji directory
- create the bin directory
- install tomcat
- download last imeji.war
- install imeji.war
- Set the properties
- Start tomcat
bin directory
This directory contains following script:
- deploy.sh: deploy imeji.war (if an older imeji is here remove all old files)
- reset.sh: reset all data to initial values
- update.sh: get newer imeji and deploy it
- backup.sh: do a backup of all imeji data (files and tdb)