Update wordpress_install_2.sh
This commit is contained in:
parent
9a99f841bc
commit
5d358b9814
|
@ -7,3 +7,7 @@ cd wordpress
|
|||
sudo cp -r * /var/www/html
|
||||
cd /var/www/html
|
||||
sudo rm -rf index.html
|
||||
sudo apt install php-mysql php-cgi php-cli php-gd -y
|
||||
sudo systemctl restart apache2
|
||||
sudo chown -R www-data:www-data /var/www/
|
||||
sudo mysql -u root -p
|
||||
|
|
Loading…
Reference in New Issue