OpenGroupware Source RPMs for Red Hat Linux

Please use the RPMs from the original site: ftp://ftp.opengroupware.org/packages/srpm/.

Old RHEL 3 Beta packages ftp://people.redhat.com/harald/ogo.

Installation

Make sure, you have installed httpd and postgresql-server.

append the following lines to /var/lib/pgsql/data/pg_hba.conf:

local  all      all                           ident           sameuser
host   all      all         127.0.0.1         255.255.255.0   trust
host   all      all         0.0.0.0           255.255.255.255 reject

Download all rpms in one directory, become root and cd in that directory:

# rpm -Uvh *.rpm
# service ogo install
# service ogo start
Now you should be able to contact your OpenGroupware server via http://localhost/OpenGroupware. First you should set a password for your "root" account. Click on "Prefs" in the top right corner. Then "edit password", also in the top right corner.

Have fun!

Other Documentation and FAQ