Skip to content

Instantly share code, notes, and snippets.

@LinuxPlaner
Created September 14, 2021 16:26
Show Gist options
  • Save LinuxPlaner/e62a5b522986c22cba9b9fb695e3bb73 to your computer and use it in GitHub Desktop.
Save LinuxPlaner/e62a5b522986c22cba9b9fb695e3bb73 to your computer and use it in GitHub Desktop.
Install WordPress with LEMP on Ubuntu
Ping Me For lemp wordpress installing related service:
SMS: +8801610932753
IMO: +8801610932753
BiP: +8801610932753
Viber: +8801610932753
Signal: +8801610932753
Discord: supanta saha#3868
Telegram: https://t.me/LinuxPlaner
WhatsApp: https://wa.link/njuw4c
Skype: https://join.skype.com/weW8UDI0u7o5
Email: [email protected]
sudo -i
apt update
systemctl start nginx
systemctl enable nginx
systemctl daemon-reload
systemctl restart nginx
systemctl reload nginx
systemctl status nginx
curl -4 icanhazip.com
apt update
MariaDB [(none)]> FLUSH PRIVILEGES;
MariaDB [(none)]> qui
systemctl restart mariadb
systemctl status mariadb
systemctl is-enabled mariad
nginx -t
systemctl restart nginx
systemctl reload nginx
cd /var/www/
wget https://wordpress.org/latest.tar.gz
tar -zxvf latest.tar.gz
rm -rf latest.tar.gz
systemctl restart nginx
systemctl reload nginx
systemctl mysql restart
# bwows localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment