WordPress: Revision history

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2024

  • curprev 14:3814:38, 11 September 2024Ardika Sulistija talk contribs 5,491 bytes +5,491 Created page with " ==== Download and Configure WordPress (and mysql/mariadb) ==== ---- Download WordPress, extract, and change ownership of Files so Apache can access them: wget -c http://wordpress.org/latest.tar.gz tar -xzvf latest.tar.gz chown -R apache:apache /var/www/html/wordpress Assuming you have mysql/mariadb installed, login to mysql to configure it: mysql -u root -p Configure DB: CREATE DATABASE wordpress_db; GRANT ALL PRIVILEGES ON wordpress_db.* TO 'wordpress_user..."