Skip to content

Instantly share code, notes, and snippets.

@juliobitencourt
Last active January 30, 2019 18:03
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 juliobitencourt/63a64ce889cf81493cf38d1535604aa4 to your computer and use it in GitHub Desktop.
Save juliobitencourt/63a64ce889cf81493cf38d1535604aa4 to your computer and use it in GitHub Desktop.
Install WordPress
#!/bin/bash
wget http://wordpress.org/latest.tar.gz
tar xfz latest.tar.gz
mv wordpress/* ./
rmdir ./wordpress/
rm -f latest.tar.gz
mkdir wp-content/languages
mv wp-config-sample.php wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment