Agorum Core installation on Centos 5
1 Introduction
This document describes the installation of the Agorum Core DMS on a X-less Centos 5 Server.
2 Installation
- install Centos 5.2 vom ISO: Server w/o GUI, leave default selection unchanged
- configure NIC with static IP
- when installlation is complete, disable Firewall and SELinux in the Firewall Config Tools
- logon as user root over ssh and run
yum update
- reboot
mkdir /opt/agorum cd /opt/agorum wget -c http://www.olphro.de/agorumcore/setup-agorum-core-server-linux-6_2_0.zip unzip setup-agorum*zip
- remove unneeded packages
yum -y remove samba-common vsftpd mysql dovecot sendmail
- install the X Virtual Frame Buffer package
yum -y install xorg-x11-server-Xvfb
3 Configuration
Run the configuration script
cd /opt/agorum/agorumcore bash ./setup-agorum-core.sh
