Last active
May 14, 2021 17:38
-
-
Save umarfchy/f736b77930c7a54f84a9b06aabc70aab to your computer and use it in GitHub Desktop.
I Will Provide WordPress Installation And Configuration Service Online
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 !!! |
Author
umarfchy
commented
Mar 25, 2021



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