Sie sind auf Seite 1von 2

Installing the Prerequisites on Debian or Ubuntu

To install the required software on Debian / Ubuntu, run the following commands (as root):

apt-get install apache2

apt-get install mysql-server

apt-get install php5 php5-mysql php5-ldap php5-mcrypt php5-cli php5-soap


php5-json graphviz

Installing the Prerequisites on Redhat, CentOS or


Fedora
To install the required software on Redhat / CentOS / Fedora, run the following commands (as
root):

yum install httpd

yum install mysql mysql-server

yum install php php-mysql php-mcrypt php-xml php-cli php-soap php-ldap


graphviz

Installing the Prerequisites on Mageia


Installation of the prerequisistes:

urpmi mariadb

urpmi php php-mysql php-mcrypt php-xml php-cli php-soap php-iconv php-mysqli


php-ldap

urpmi graphviz

Activation of the services

systemctl enable httpd

systemctl enable mysqld.service


Changing default PHP settings:

perl -pi -e 's/post_max_size = 8M/post_max_size = 32M/' /etc/php.ini

perl -pi -e 's/;suhosin.get.max_value_length.*/suhosin.get.max_value_length


= 2048/' /etc/php.d/Z98_suhosin.ini

Starting the services:

systemctl start httpd

systemctl start mysqld.service

Das könnte Ihnen auch gefallen