All public logs

Jump to: navigation, search

Combined display of all available logs of DikapediaV2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:38, 11 September 2024 Ardika Sulistija talk contribs created page WordPress (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...")