Skip to content

Instantly share code, notes, and snippets.

@rick4470
Created April 6, 2017 20:29
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 rick4470/e71014d759d3e00ce17b08016a31acca to your computer and use it in GitHub Desktop.
Save rick4470/e71014d759d3e00ce17b08016a31acca to your computer and use it in GitHub Desktop.
Download and Install WordPress
cd /var/www/
sudo rm -R html/
mkdir portfolio
cd portfolio/
curl -O https://wordpress.org/latest.tar.gz
tar -zxf latest.tar.gz -C .
mv wordpress/* .
rm latest.tar.gz
rm -R wordpress/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment