mv /opt/egroupware/html/ /opt/egroupware/html_ver-1.2/
mkdir ./egw
cd ./egw
wget http://superb-west.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-1.4.001.tar.gz
wget http://superb-west.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-egw-pear-1.4.001.tar.gz
wget http://umn.dl.sourceforge.net/sourceforge/egroupware/eGroupWare-icalsrv-1.4.001.tar.gz
tar -zxvf eGroupWare-1.4.001.tar.gz
tar -zxvf eGroupWare-egw-pear-1.4.001.tar.gz
tar -zxvf eGroupWare-egw-pear-1.4.001.tar.gz
tar -zxvf eGroupWare-icalsrv-1.4.001.tar.gz
mv ./egroupware /opt/egroupware/html
cp /opt/egroupware/html_ver-1.2/header.inc.php /opt/egroupware/html/header.inc.php
For all people who want to use the new release 1.4 I have made a new rpm which is on it's way to the mirrors. You can download this rpm at
http://mirror.contribs.org/smeserver/contribs/dberteld/egroupware
Rgds.,
Dietmar
/usr/bin/php -qC /opt/egroupware/html/phpgwapi/cron/asyncservices.php meine.dyndns.org
ERROR 1153 (08S01) at line 1160: Got a packet bigger than 'max_allowed_packet' bytesThis error is due to a 30000 lines request when the database is imported... If you have this error, the database will stop importing and a lot of stuffs will be missing, so eGroupWare won't work.
asyncservice.php: Domain 'vfbfigo.dyndns.org' is not configured or renamed, exiting !!!
pico /opt/egroupware/html/phpgwapi/js/fckeditor/fckconfig.js
# Find the FCKConfig.ToolbarSets["egw_simple"] section and add "SpellCheck"
# e.g.
FCKConfig.ToolbarSets["egw_simple"] = [
['Cut','Copy','Paste','PasteText','PasteWord','Print'],
['Bold','Italic','Underline','StrikeThrough'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['UnorderedList','OrderedList','Outdent','Indent','Undo','Redo'],
['Link','Unlink','Anchor'],
'/',
['FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['Smiley',[b]'SpellCheck'[/b]],
['FitWindow']
] ;
pico /opt//egroupware/html/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
// for a linux server:
$aspell_prog = 'aspell';
// for a windows sever:
// $aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"';
// set this to the dictionary you wish to use with aspell
$lang = 'en_US';
Start Firefox
Enter "about:config" in the address box
Enter "dom.event.contextmenu.enabled" in the filter box
Change the value to "False"
Enter " layout.spellcheckDefault " in the filter box
Change the value to "2"
1) should I create a separate directory to load the rpm into before yum localinstall?You can't do that, what ever you will do the rpm will go in /opt/egroupware. Just delete 1.2 install (templates+install folder+mysql user and database)
2) I noticed that there were 2 files to download for v1.2. Are those two files combined into this one?No. The 2 files are the core and contribs. With v1.4 only core is available by now. Wait a little or test latest 1.2.107 rpm version (http://forums.contribs.org/index.php?topic=35146.0)
Index of /pub/linux/distributions/smeserver/contribs/dberteld/egroupware
[ ] smeserver-egroupware-1.4-6.noarch.rpm 20-Jun-2007 11:22 11M
[ ] smeserver-egroupware-1.4-6.src.rpm 20-Jun-2007 11:36 11M
/**************************************************************************\
* !!!!!!! EDIT THESE LINES !!!!!!!! *
* This setting allows you to easily move the include directory and the *
* base of the eGroupWare install. Simple edit the following 2 lines with *
* the absolute path to fit your site, and you should be up and running. *
\**************************************************************************/
// allow to migrate from phpgw_info to egw_info
if (isset($GLOBALS['egw_info']))
{
$GLOBALS['phpgw_info'] =& $GLOBALS['egw_info'];
}
else
{
$GLOBALS['egw_info'] =& $GLOBALS['phpgw_info'];
}
define('EGW_SERVER_ROOT','/opt/egroupware/html');
define('EGW_INCLUDE_ROOT','/opt/egroupware/html');
define('PHPGW_SERVER_ROOT','/opt/egroupware/html');
define('PHPGW_INCLUDE_ROOT','/opt/egroupware/html');
$GLOBALS['egw_info']['server']['header_admin_user'] = 'admin';
$GLOBALS['egw_info']['server']['header_admin_password'] = 'blah_blah_blah';
$GLOBALS['egw_info']['server']['setup_acl'] = '';
Just tried installing from the contib for the first time. I notice that if I go into 'Edit Configuration' in the config-admin it lists the hostname of the machine on which the installation is running as musterfirma.com This is also listed under mail domain. I've a feeling these shouldn't be there, but can someone confirm this for me?
I was to fast with copying the test database in the new rpm.
So I've fixed the naming with new version 1.4-7
Now you should use eGW with the SME Admin userIn fact you can use any existing account of SME to be eGroupWare's admin when using IMAP...
[root@server1 opt]# ls
dar2-mc groupoffice phpmyadmin smeserver-egroupware-1.4-7.noarch.rpm
[root@server1 opt]# yum localinstall smeserver-egroupware-1.4-7.noarch.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Local Package Process
Examining smeserver-egroupware-1.4-7.noarch.rpm: smeserver-egroupware - 1.4-7.noarch
smeserver-egroupware-1.4-7.noarch.rpm: does not update installed package.
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@server1 opt]# yum remove smeserver-egroupware-1.4-7.noarch.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Remove Process
No Match for argument: smeserver-egroupware-1.4-7.noarch.rpm
No Packages marked for removal
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@server1 opt]#
I don't know the yum problems, but usually it should work to remove old rpms. Please don't give up, it goes!
It's time to clarify the admin users. There are 3 different admin users, and all have the name "admin":
- the SME Admin (standard)
- the setup/config admin for eGW
- the header admin for eGW
After installing the eGW rpm, you should run https://MYSERVER/egroupware/setup and login with the setup/config admin + password= "admin".
When logged in, please create the NEW user "admin" (which is the SME Admin) and give this user the same password as SME admin. Click to "Back to user login" and start eGW with this new created user "admin". Now you should use eGW with the SME Admin user and should configure the eGW apps and view admin mails.
Rgds.
Dietmar
The RPM install is not for update...
OK :P But shouldn't that be explained in the HOW TO? Also, How does one update an existing install then? I am clueless.I agree 100%!!! It must be documented. So please report your succes howto here and once it's tested by others, update the Wiki :wink:
Blowing away your current install is fairly serious and people should be warned/notified how to update.
But shouldn't that be explained in the HOW TO? Also, How does one update an existing install then? I am clueless.
An update from 1.4-8 to 1.4-9 blew away the /opt/egroupware folder totally.
# rpm -e smeserver-egroupware --noscripts
This will prevent the old RPM from deleting eGW installation files, MySQL DataBase and DB entries! 8-)# rpm -Uvh smeserver-egroupware-1.4.002-1.noarch.rpm
Hi again!
New RPM available (http://mirror.contribs.org/smeserver/contribs/sgomez/contribs/egroupware/smeserver-egroupware-1.4.002-2.noarch.rpm), please read http://wiki.contribs.org/Egroupware to know how to update/upgrade from previous RPM version.
A few more bugs were fixed, update and upgrade are tested from different old RPM version. All should be OK.
Regards,
Sylvain
If you were upgrading eGroupWare version (i.e.1.4.001 to 1.4.002) you must finish the upgrade at the Config-Admin Setup with your existing creditentials. Then click on upgrade..but when I figure it out I will attempt to clarify the wiki. Thanks for all your great work.
Powered by eGroupWare Version 1.4.002
# rpm -qa | grep egroupware
And use this quick guide:rpm -Uvh smeserver-egroupware-1.4.002-2.noarch.rpm
to yum localinstall smeserver-egroupware-1.4.002-2.noarch.rpm
. The upgrade from 1.4.002-1 went OK to 1.4.002-2 with no loss of data and the instructions in 'Simple Application Management' were never asked or performed even upon logging in and looking for the Update button. Everything seems OK. Is this OK to do? The prevailing advice is to use yum localinstall whenever you can so updates can be tracked. Do you think this is a good idea to do in this case? I was just testing it as you had tested the direct route. I might try it both ways to see what happens, but it appears to be OK for now.[root@blackadder opt]# l
total 25160
drwxr-xr-x 7 root root 4096 Nov 27 10:08 .
drwxr-xr-x 25 root root 4096 Nov 17 13:15 ..
drwxr-xr-x 3 root root 4096 May 21 2007 administration
drwxr-xr-x 4 root root 4096 Oct 18 15:55 ejabberd
drwxr-x--- 10 jive jive 4096 Sep 20 16:15 openfire
drwxr-xr-x 4 zope shared 4096 Aug 13 2006 plone2
-rw-r--r-- 1 root root 25701907 Oct 26 13:47 smeserver-egroupware-1.4.002-3.noarch.rpm
[root@blackadder opt]# l /var/lib/mysql/
total 20544
drwxr-xr-x 6 mysql mysql 4096 Nov 27 10:03 .
drwxr-xr-x 24 root root 4096 Oct 15 09:50 ..
drwx------ 2 mysql mysql 4096 Nov 17 13:16 horde
-rw-rw---- 1 mysql mysql 5242880 Nov 17 15:59 ib_logfile0
-rw-rw---- 1 mysql mysql 5242880 Jun 6 23:39 ib_logfile1
-rw-rw---- 1 mysql mysql 10485760 Nov 17 15:59 ibdata1
drwx------ 2 mysql mysql 4096 Nov 17 13:16 mysql
srwxrwxrwx 1 mysql mysql 0 Nov 17 13:16 mysql.sock
drwx------ 2 mysql mysql 4096 Oct 18 16:59 openfiredb
drwx------ 2 mysql mysql 4096 Jul 29 2006 test
[root@blackadder opt]# l /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
total 20
drwxr-xr-x 3 root root 4096 Nov 27 09:57 .
drwxr-xr-x 3 root root 4096 Jul 1 2006 ..
-rw-r--r-- 1 root root 874 Jul 1 2006 86PhpmyadminmultiAlias
-rw-r--r-- 1 root root 299 Oct 18 16:46 99openfire
drwxr-xr-x 2 root root 4096 Nov 27 10:04 VirtualHosts
[root@blackadder opt]# l /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts/
total 8
drwxr-xr-x 2 root root 4096 Nov 27 10:04 .
drwxr-xr-x 3 root root 4096 Nov 27 09:57 ..
..... Has anyone managed to install this version of the RPM on a system with no previous version?
Des
As you can see from the directory lists below, I have cleaned out the previous non-RPM version of eGroupWare. I still get the same failure when I run yum localinstall.
[cut]
config show egroupware
config delete egroupware
[root@blackadder RPMS]# config show egroupware
[root@blackadder RPMS]#
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts/
When I go to " https://mysmebox/egroupware " and try to Login I notice on the top of the Login Box: " Your session could not be verified. "Could be a cookie problem... Once you have been kicked by egroupware, you can't reconnect until you wait 30 minutes.
I have crated a admin User Account but as soon as I want to try to Login it says: " Blocked, too many attempts "
Please Help :-(
rm -f /home/e-smith/files/ibays/Primary/html/index.htm
Then create the file index.php in /home/e-smith/files/ibays/Primary/html/ and paste the following in it:<?php
header('Location: http://yourdomain.com/egroupware/sitemgr-site/');
?>
This will redirect http://yourdomain.com/ to http://yourdomain.com/egroupware/sitemgr-site 8-)1st of all, delete default websitehas made my day - thanks very much :-D
Then create the file index.php in /home/e-smith/files/ibays/Primary/html/ and paste the following in it:Quote<?php
header('Location: http://yourdomain.com/egroupware/sitemgr-site/');
?>
Image directory relative to document root (use / !), example: /imagesNo matter what I try, this result is constant:
Directory does not exist, is not readable by the webserver or is not relative to the document root!
Thanks for your suggestion; however, there aren't any keys set:[root@blackadder RPMS]# config show egroupware
[root@blackadder RPMS]#
Des