Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created March 31, 2018 04:30
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 luandevpro/47689705620ecd203b114856ce677f13 to your computer and use it in GitHub Desktop.
Save luandevpro/47689705620ecd203b114856ce677f13 to your computer and use it in GitHub Desktop.
WordPress
curl -O https://wordpress.org/latest.tar.gz
tar xzvf latest.tar.gz
cp /tmp/wordpress/wp-config-sample.php /tmp/wordpress/wp-config.php
mkdir /tmp/wordpress/wp-content/upgrade
sudo cp -a /tmp/wordpress/. /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment