Etapes installation pmb7 ubuntu 18.04

je veux partager avec vous les étapes d'installation pas pas et n’hésitez pas à me poser des question 
condition préalable php7.4 mysql 5.6
Etapes installation PMB


install Apache 2
https://ubuntu.com/tutorials/install-and-configure-apache#2-installing-apache

Host Virtuelle
https://ubuntu.com/tutorials/install-and-configure-apache#3-creating-your-own-website

Mysql 6
https://gist.github.com/vinodpandey/1a4b5b8228f9a000ca236820185fc3bc

php7.4
https://www.digitalocean.com/community/tutorials/how-to-install-php-7-4-and-set-up-a-local-development-environment-on-ubuntu-18-04

phpmyadmin
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-18-04

pb Not Found

The requested URL was not found on this server.
sudo gedit /etc/apache2/apache2.conf
past at the end
Include /etc/phpmyadmin/apache.conf
restart apache
/etc/init.d/apache2 restart
or
service apache2 restart

No such file or directory
change localhost to 127.0.0.1 in /etc/phpmyadmin/config.inc.php

$cfg['Servers'][$i]['host'] = '127.0.0.1';

PMB 7.5
create db exp pmb7 utf8_general_ci
chmod -R 777 /var/www/*
telecharger et decompresser pmb7.5 dans /var/www/html
dossier pmb sur la racine
appeller http://localhost/pmb7/tables/install.php
page blanche aller a chmod
il reste à installer et configurer les extension php ainsi les parametre mysq



Connectez-vous ou Inscrivez-vous pour répondre.