Update - installation script Centos Red Hat Fedora 1.8 updated
I've modified bbrendon's script slightly to install version 1.8 see attached -
THIS IS FOR A CLEAN INSTALL -- IT DROPS ANY EXISTING ZABBIX DATABASE
!!!you will lose data if you run it on an existing zabbix installation!!!
Before running the script do these steps:
Update PHP
[root@zabbix ~]# rpm --import http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
[root@zabbix ~]# cd /etc/yum.repos.d
[root@zabbix ~]# wget http://dev.centos.org/centos/5/CentOS-Testing.repo
[root@zabbix ~]# yum --disablerepo=* --enablerepo=c5-testing update php
[root@zabbix ~]# yum --disablerepo=* --enablerepo=c5-testing install php-xml
[root@zabbix ~]# yum --disablerepo=* --enablerepo=c5-testing install php-mbstring
download the script, make it executable and run...
Thanks bbrendon for the script
Mikrodots
(had to add .txt to file name for upload)
I've modified bbrendon's script slightly to install version 1.8 see attached -
THIS IS FOR A CLEAN INSTALL -- IT DROPS ANY EXISTING ZABBIX DATABASE
!!!you will lose data if you run it on an existing zabbix installation!!!
Before running the script do these steps:
Update PHP
[root@zabbix ~]# rpm --import http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
[root@zabbix ~]# cd /etc/yum.repos.d
[root@zabbix ~]# wget http://dev.centos.org/centos/5/CentOS-Testing.repo
[root@zabbix ~]# yum --disablerepo=* --enablerepo=c5-testing update php
[root@zabbix ~]# yum --disablerepo=* --enablerepo=c5-testing install php-xml
[root@zabbix ~]# yum --disablerepo=* --enablerepo=c5-testing install php-mbstring
download the script, make it executable and run...
Thanks bbrendon for the script
Mikrodots
(had to add .txt to file name for upload)

Comment