# Installation de Zabbix server sur debian

##### Étape 0 : Installation des dépendances

```
apt-get install fonts-dejavu-core php php-bcmath php-gd php-mbstring php-pgsql php-xml ucf php-ldap php-php-gettext php-mysql -y
```

##### Étape 1 : Installation de apache2

```
apt-get install apache2
```

##### Étape 2 : Installation de mysql-server

[Installer mysql-server](https://wikidunn.ddns.net/books/debian/page/installer-mysql-server "Installer mysql-server")

##### Étape 3 : Installation de Zabbix

[Installer zabbix-server](https://www.zabbix.com/fr/download "Installer zabbix-server")