12.Installasi dan Konfigurasi CMS (menggunakan Wordpress) -RHEL 9.4
1.Ketik "cd /var/www/html"
"ls"
2.Ketik "wget https://wordpress.org/latest.tar.gz"
3.Ketik "tar -xzf latest.tar.gz"
"rm latest.tar.gz" enter lalu y
"rm latest.tar.gz" enter lalu y
4.Ketik "sudo mysql -u root -p" masukan password enter
5.Ketik "CREATE DATABASE wordpress_db;"
"CREATE USER 'Dewi'@'localhost'IDENTIFIED BY 'jaringan';"
"GRANT ALL PRIVILEGES ON wordpress_db.* TO 'Dewi'@'localhost';"
"FLUSH PRIVILEGES;"
"EXIT;"
"CREATE USER 'Dewi'@'localhost'IDENTIFIED BY 'jaringan';"
"GRANT ALL PRIVILEGES ON wordpress_db.* TO 'Dewi'@'localhost';"
"FLUSH PRIVILEGES;"
"EXIT;"
6.Ketik "cd /var/www/html/wordpress"
"cp wp-config-sample.php wp-config.php"
"nano wp-config.php"
"cp wp-config-sample.php wp-config.php"
"nano wp-config.php"
7.ubah DB_NAME,DB_USER,DB PASSWORD
8.Ketik di web browser ip/wordpress,lalu isi sesuai dengan seperti dibawah ini
9.Lalu log in dengan user dan password sebelumnya
10.Dan tampilannya akan seperti ini jika sudah berhasil
SELESAI
Komentar
Posting Komentar