Linux

[Part 2] Instalasi LAMP di Debian 10

Thursday, 17th September 2020

Soal : Buatlah server LAMP (Linux Apache MySQL PHP) + phpmyadmin + vhost sesuai dengan soal DNS sebelumnya.

B. Install Apache
    #apt install -y apache2 apache2-utils

C. Install PHP (PHP 7.3)
    #apt install -y php libapache2-mod-php php-cli php-fpm php-json php-pdo php-mysql php-zip php-gd  php-mbstring php-curl php-xml php-pear php-bcmath

D. Install MariaDB (MySQL)
1.	#apt install -y mariadb-server mariadb-client

    Jalankan mysql_secure_installation
2.	#mysql_secure_installation
    ----------- 
    Set root password? [Y/n] Y
    New password: tekaje
    Re-enter new password: 
    Password updated successfully!
    Reloading privilege tables..
    ----- sisanya Y-Y-Y aja sampai selesai -----

Video Tutorial:

Leave a Reply

Your email address will not be published. Required fields are marked *