Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

wp-config.php - holds the database password and should be locked down.

Info

For automatic updates to occur, the folder and all its files and subfolders must be owned by www-data with write access. I'm not sure we will take this approach. I think I'd rather update manually.

Install MySQL

Code Block
languagebash
sudo apt-get install mysql-server 

...