Changes between Version 7 and Version 8 of RuManagementGui


Ignore:
Timestamp:
Oct 14, 2010, 2:39:55 AM (14 years ago)
Author:
heri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RuManagementGui

    v7 v8  
    1111== Installation ==
    1212
    13 The software requirements for the GUI are the same for any database enabled webapp.
     13The software requirements for the GUI are the same for any database enabled webapp. In case you get the binary version, you only need the *.war file, in case you want to compile the sources, there are several version on the SVN all eclipse projects and ant enabled.
    1414
    1515=== Software Requirements ===
     
    2626==== With access to the sources ====
    2727
    28 In case you have acces to the sources,
     28In case you have acces to the sources, there are several versions available depending on the development stage. The project trunk is available at '''/svn/Sensei-WP5/management/'''
     29
     30 * !SenseiStaticWeb/ - first version, uses static web pages and Yahoo UI (YUI v2)
     31 * Sensei-gui-v2/ - experimental version
     32 * Sensei-gui-v3/ - stable version, uses Java Server Faces 2 Mojarra (does not use database)
     33 * Sensei-gui-v4/ - current development version, uses Java Server Faces 2 with Prime Faces API (YUI) and Mysql Database
     34 * !SenseiRepos/ - !MonAlisa Repository plugins for Sensei (used in WP4 Check)
     35 * !SenseiService/ - !MonAlisa Service Monitoring plugins for Sensei (used in WP4 Check)
    2936
    3037==== Binary version install ====
    3138
     39You get a Web archive (*.war), you only have to copy it into the webapps directory of tomcat.
     40
     41{{{
     42#!bash
     43[root@batch webapps]# pwd
     44/opt/apache-tomcat-6.0.24/webapps
     45[root@batch webapps]# ls -l gui.war
     46-rw-r--r-- 1 root root 15187840 Mar 30  2010 gui.war
     47}}}
    3248
    3349=== Configuring the GUI ===