Skip to content

Instantly share code, notes, and snippets.

@dattard21
Created December 28, 2016 11:58
Show Gist options
  • Save dattard21/5d13f721727535e56ff20be5e4aff1ba to your computer and use it in GitHub Desktop.
Save dattard21/5d13f721727535e56ff20be5e4aff1ba to your computer and use it in GitHub Desktop.
cd /var/www/html
wget http://wordpress.org/latest.tar.gz
tar -xzvf latest.tar.gz
mv wordpress blog
//setup wp-config
cd blog
mv wp-config-sample.php wp-config.php
vi wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment