Skip to content

Instantly share code, notes, and snippets.

@benmanns
Created October 25, 2012 01:57
Show Gist options
  • Save benmanns/3950048 to your computer and use it in GitHub Desktop.
Save benmanns/3950048 to your computer and use it in GitHub Desktop.

Go to your public_html directory.

cd ~/public_html

Download WordPress.

wget http://wordpress.org/latest.tar.gz

Unzip it.

tar xzvf latest.tar.gz

Move WordPress into your root website directory.

mv wordpress/* .

Browse to http://your.ip.address/index.php and follow the directions.

You'll probably need to set it up with your MySQL login information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment