Skip to content

Instantly share code, notes, and snippets.

@curt
Last active April 24, 2017 12:25
Show Gist options
  • Save curt/acedff42931d49082bfdf11ded95b45f to your computer and use it in GitHub Desktop.
Save curt/acedff42931d49082bfdf11ded95b45f to your computer and use it in GitHub Desktop.
Download and install latest WordPress into a target folder other than `wordpress`. In this example, the target folder is called `blog`. This may be helpful if the target folder already exists and has files or subfolders. The folder `wordpress` must not already exist.
wget --no-check-certificate https://wordpress.org/latest.tar.gz
ln -s blog wordpress
tar -xzvf latest.tar.gz
unlink wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment