Update 'README.md'
This commit is contained in:
parent
a4f4d11d7f
commit
2ae94190ca
|
@ -8,7 +8,7 @@ Wordpress on Ubuntu
|
||||||
```sh
|
```sh
|
||||||
sudo apt update -qq && sudo apt upgrade -y
|
sudo apt update -qq && sudo apt upgrade -y
|
||||||
sudo apt install -y lamp-server^
|
sudo apt install -y lamp-server^
|
||||||
sudo apt install -y php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip wget
|
sudo apt install -y php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip php-imagick wget
|
||||||
sudo systemctl restart apache2
|
sudo systemctl restart apache2
|
||||||
sudo a2enmod rewrite
|
sudo a2enmod rewrite
|
||||||
sudo a2enmod ssl
|
sudo a2enmod ssl
|
||||||
|
|
Loading…
Reference in New Issue