Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UbuntuEvangelist/bc097a5f8a770cf987f0417ceae2d14e to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/bc097a5f8a770cf987f0417ceae2d14e to your computer and use it in GitHub Desktop.
Wordpress Setup Using LEMP Stack in Ubuntu
PING ME TO ENGAGED YOUR WORKS:
SMS: +8801735917013
IMO: +8801735917013
BiP: +8801735917013
Viber: +8801735917013sudo systemctl restart apache2
sudo systemctl reload apache2
Signal: +8801735917013
Discord: +8801735917013
Telegram: https://t.me/LinuxFintech​
WhatsApp: +8801735917013sudo systemctl restart apache2
sudo systemctl reload apache2
Skype: https://join.skype.com/uZtGEczcYM0J​
Email: [email protected]
sudo apt update
sudo apt install php-curl php-gd php-intl php-mbstring php-soap php-xml php-xmlrpc php-zip
sudo nginx -t
sudo systemctl reload nginx
sudo service nginx restart
tar -zxvf latest.tar.gz
cp /tmp/wordpress/wp-config-sample.php /tmp/wordpress/wp-config.php
# Enjoy Wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment