Skip to content

Instantly share code, notes, and snippets.

@Depicus
Created March 20, 2019 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Depicus/c2f557e9a5ef7cc92835b68d623ba8a5 to your computer and use it in GitHub Desktop.
Save Depicus/c2f557e9a5ef7cc92835b68d623ba8a5 to your computer and use it in GitHub Desktop.
Commands for installing Wordpress on Ubuntu 18.04 LTS
sudo apt update && sudo apt upgrade && sudo apt autoremove
cd /var/www
sudo wget http://wordpress.org/latest.tar.gz
sudo tar xfz latest.tar.gz
sudo rm latest.tar.gz
sudo apt install php-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment