Skip to content

Instantly share code, notes, and snippets.

@wmbutler
Last active February 19, 2016 16:51
Show Gist options
  • Select an option

  • Save wmbutler/d3cf10030a88464c9572 to your computer and use it in GitHub Desktop.

Select an option

Save wmbutler/d3cf10030a88464c9572 to your computer and use it in GitHub Desktop.
Wordpress rename
#!/bin/bash
cd /usr/local/bin
sudo curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
sudo mv wp-cli.phar wp
sudo chmod +x wp
cd /home/bitnami/apps/wordpress/htdocs
wp option update home 'http://www.mydomain.com'
wp option update siteurl 'http://www.mydomain.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment