- login and switch to su accoutn
- Install EPEL: rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm
Note: version number may be changed - Make sure system is up to date: yum update
- install PHP mcrypt package: yum install php-mcrypt
- go to yum repository: cd /etc/yum.repos.d/
- download eGroupware repo info: wget http://download.opensuse.org/repositories/server:eGroupWare/CentOS_6/server:eGroupWare.repo
- Install eGroupware: yum install eGroupware and you will get error messaage, which says database connection problem
- /usr/share/egroupware/doc/rpm-build
- Edit file post_install.php to add password for root@locahost of local mysql server instance.
gedit post_install.php
for example:
'db_root' ='root', // mysql root user/pw to create database
'db_root_pw' = '123456', - run post install script: post_install.php.
script will show you user account name and password - access http://localhost/egroupware/ and done
Here is a list of competetors of eGroupware: competetors.
No comments:
Post a Comment