Imeji installer

From MPDLMediaWiki
Revision as of 14:00, 15 February 2013 by Bastien (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page describes the specification and implementation of the imeji installer

Linux/Tomcat

The installer constist of a scritp doing:

  1. create the user tomcat and group tomcat
  2. create imeji directory
  3. create the bin directory
  4. install tomcat
  5. download last imeji.war
  6. install imeji.war
  7. Set the properties
  8. 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)