Anda di halaman 1dari 3

INSTALL WORDPRESS

Konfigurasi apache
1. apt-cdrom add
2. apt update
3. apt install apache2
4. systemctl status apache2

Konfigurasi PHP
1. apt install php7.3
2. apt install php7.3-mysql

Konfigurasi mariadb
1. apt install mariadb-server
Database
1. mysql_secure_installation
2. mysql -u root -p
3. create database db_website;
4. create user ‘dimas’@’localhost’ identified by ‘123’;
5. grant all privileges on *.* to ‘dimas’@’localhost’;
6. flush privileges;
7. exit;
Konfigurasi WORDPRESS
1. wget https:wordpress.org/latest.zip
2. mv latest.zip /var/www/html/
3. cd /var/www/html/
4. apt install unzip
5. unzip latest.zip
6. chmod 777 wordpress
7. chown -R www-data:www-data /var/www/html/
8. chmod -R 755 /var/www/html/
9. systemctl restart apache2
Lalu panggil ip dengan codingan : ip a
Setelah itu ketik ip di chrome dan ujungnya di kasi
/wordpress
Dan Langkah selanjutnya ikutin saja yang ada di
wordpress

Anda mungkin juga menyukai