Update 'README.md'

This commit is contained in:
Sarimoko 2021-07-21 02:34:43 +00:00
parent 7d27e59d4e
commit a4f4d11d7f
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,7 @@ GRANT ALL ON shop.* TO 'wpdbuser'@'%';
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
EXIT; EXIT;
``` ```
then run `sudo mysql_secure_installation`
### Install Wordpress ### Install Wordpress
```sh ```sh
@ -80,3 +81,8 @@ Create apache2 file enter `sudo nano /etc/apache2/sites-available/wp.conf` then
</VirtualHost> </VirtualHost>
</IfModule> </IfModule>
``` ```
Then run
```sh
sudo a2ensite wp
sudo service apache2 reload
```