Add other dependencies.
This commit is contained in:
parent
8b135c0428
commit
d519141b31
|
@ -10,7 +10,7 @@ dss --user $USER init
|
|||
|
||||
#sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
|
||||
|
||||
sudo apt-get install nginx unzip php-fpm php-xml php-xmlrpc software-properties-common php-mysql mysql-server zip php-gd -y
|
||||
sudo apt-get install nginx unzip php-fpm php-xml php-xmlrpc software-properties-common php-mysql mysql-server zip php-gd php-bcmath php-curl php-imagick -y
|
||||
wget https://wordpress.org/latest.zip
|
||||
sudo mkdir /var/www/wordpress
|
||||
unzip latest.zip
|
||||
|
|
Loading…
Reference in New Issue