Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save umarfchy/f736b77930c7a54f84a9b06aabc70aab to your computer and use it in GitHub Desktop.

Select an option

Save umarfchy/f736b77930c7a54f84a9b06aabc70aab to your computer and use it in GitHub Desktop.
I Will Provide WordPress Installation And Configuration Service Online
# I will do WordPress setup for you. Contact for help:
# Skype: live:umarfchy
# Telegram: @unzippinglinux
#WhatsApp: +8801568200527
#Viber: +8801568200527
#Bip: +8801568200527
#Imo: +8801568200527
# Email: [email protected]
sudo apt update && sudo apt dist-upgrade -y
sudo apt install nginx -y
sudo apt install mariadb-server mariadb-client -y
sudo apt install php -y
## Create a mariadb database
cd /tmp && wget https://wordpress.org/latest.tar.gz
tar -zxvf latest.tar.gz
### setup Nginx
sudo systemctl restart nginx.service
sudo systemctl restart php7.2-fpm.service
enjoy !!!
@umarfchy
Copy link
Author

Screenshot from 2021-03-23 12-38-18
Screenshot from 2021-03-23 12-47-32
Screenshot from 2021-03-23 12-47-39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment