From a4f4d11d7f24cf37ae6323d1e2a772485638949e Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Wed, 21 Jul 2021 02:34:43 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 93449b2..3946b06 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ GRANT ALL ON shop.* TO 'wpdbuser'@'%'; FLUSH PRIVILEGES; EXIT; ``` +then run `sudo mysql_secure_installation` ### Install Wordpress ```sh @@ -80,3 +81,8 @@ Create apache2 file enter `sudo nano /etc/apache2/sites-available/wp.conf` then ``` +Then run +```sh +sudo a2ensite wp +sudo service apache2 reload +``` \ No newline at end of file