Last active
March 7, 2021 17:15
-
-
Save LinauxTerminology/75608967bfbea97000c12a20edf17b17 to your computer and use it in GitHub Desktop.
WordPress Installation Service Using LAMP Stack
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
Need WordPress Installation Service Contact With Me: | |
Email: [email protected] | |
Skype: https://join.skype.com/VOgbAxZNCAFi | |
Telegram: https://t.me/LinauxTerminology | |
WhatsApp: +8801408694088 | |
Imo: +8801408694088 | |
YouTube: https://youtu.be/IjUF1JX0Gj8 | |
twiteer:https://twitter.com/LinauxTerminoal | |
facebook:https://www.facebook.com/LinauxTerminology | |
bip:01314582960 | |
instagram:[email protected] | |
------------------------------------------------------------------------------- | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install apache2 | |
sudo apt install mysql-server | |
sudo mysql_secure_installation | |
mysql --version | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt install php7.2-fpm php7.2-common php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-intl php7.2-mysql php7.2-cli php7.2-zip php7.2-curl | |
php --version | |
cd /var/www/ | |
wget https://wordpress.org/latest.zip | |
unzip latest.zip | |
rm -rf html | |
mv WordPress html | |
cd html | |
cp -r wp-config-sample.php wp-config.php | |
nano wp-config.php | |
# Visit: http://localhost/ | |
#wordpres | |
UbuntuEvangelist
commented
Jan 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment