Skip to content

Instantly share code, notes, and snippets.

@DevSecOpsGuy
Created February 28, 2022 07:00
Show Gist options
  • Save DevSecOpsGuy/009005c36a06feba029ac44fed2b958f to your computer and use it in GitHub Desktop.
Save DevSecOpsGuy/009005c36a06feba029ac44fed2b958f to your computer and use it in GitHub Desktop.
wget https://wordpress.org/latest.tar.gz
tar -zxvf latest.tar.gz
cp -rfv wordpress/ /var/www/html/
cd /var/www/html/
ls -l
chown www-data:www-data wordpress/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment