#########################################################################
#                   GROUP-E Collaboration Software                      #
#                      		 		 	                #
#		       version 1.786, 27.01.2014                        #
#########################################################################

          Send any questions to group-e@endo7.com





Table of Contents

1. Update GROUP-E

   1.1 Download and unpack GROUP-E 1.786

   1.3 Update MySQL

   1.4 Reload Apache


1. Update GROUP-E

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AT FIRST MAKE A BACKUP FROM YOUR OLD INSTALLATION AND DATABASE
WE ARE NOT RESPONSIBLE FOR ANY DAMAGE

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

1.1 Download and unpack GROUP-E 1.786

 Grab your preferred packaged format (tar.gz, tar.bz2, or zip) from
http://group-e.endo7.com/download and save it to e.g. /opt/tmp. Next extract the
archive.

$ tar -zxf group-e-1.786.tar.gz

Change in the group-e directory. Stay in this directory for the whole
update.

 #############################################################################
              # cd group-e/
 #############################################################################


- MAKE a Backup Copy from your /opt/group-e/www/cfg/global.inc.php

 # cp /opt/group-e/www/cfg/global.inc.php /opt/group-e/www/cfg/global.inc.php.old
 # cd www/
 # cp -r *  /opt/group-e/www
 # cd ..

- MAKE a Backup Copy from your /opt/group-e/etc/phplib/lib/local.inc

 # cp /opt/group-e/etc/phplib/lib/local.inc /opt/group-e/etc/phplib/lib/local.inc.old
 # cp -r etc/ doc/ dump/ /opt/group-e

- Now get YOUR_GROUPE_PASSWORD form old local.inc

- Set the GROUP-E Password in etc/phplib/lib/local.inc

 ###################################################################
 var $Password = 'YOUR_GROUPE_PASSWORD';
 ###################################################################

- Open the file www/cfg/global.inc.php and assign your personal values from the
  old global.inc.php, especially
  
 ######################################################################
 $CFG['USER_CLASS']='mysql';  // For LDAP use 'ldap_full' for Mysql 'mysql'
 ######################################################################

- Delete the temporary Directory

              # rm -r /tmp/group-e


1.2 Update MySQL

 Login as User "config". Change to Update Database. Click on "Update Database".


1.3 Reload Apache

  # /etc/init.d/apache reload


Enjoy GROUP-E
