Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnythingLinux/be54a7a6ae5f79a14e082017e2262a27 to your computer and use it in GitHub Desktop.

Select an option

Save AnythingLinux/be54a7a6ae5f79a14e082017e2262a27 to your computer and use it in GitHub Desktop.
WordPress Installation Service Using LAMP Stack
Need WordPress Installation Service Contact With Me:
Email: urmirohman218@gmail.com
Skype: https://join.skype.com/VOgbAxZNCAFi
Telegram: @LinauxTerminology
WhatsApp: +8801408694088
Imo: +8801408694088
YouTube: https://youtu.be/IjUF1JX0Gj8
-------------------------------------------------------------------------------
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment