Create wordpress_install_1.sh

This commit is contained in:
RomanNum3ral 2023-08-31 13:42:01 -04:00 committed by GitHub
parent 1b43f78b17
commit 3e87a4d1db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
wordpress_install_1.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
sudo apt update && sudo apt upgrade -y
sudo apt install apache2 -y
sudo apt install mariadb-server mariadb-client -y
sudo systemctl start mariadb
sudo mysql_secure_installation