Skip to content

Instantly share code, notes, and snippets.

@ptahdunbar
Last active October 14, 2016 20:58
Show Gist options
  • Save ptahdunbar/e2b0d6ac24c36001d4ce8c58159265f6 to your computer and use it in GitHub Desktop.
Save ptahdunbar/e2b0d6ac24c36001d4ce8c58159265f6 to your computer and use it in GitHub Desktop.
wp core config --dbname=wordpress --dbuser=root --dbpass=root --dbhost=localhost:/Applications/MAMP/tmp/mysql/mysql.sock
mysql -proot -uroot -Bse "CREATE DATABASE \`wordpress\`;" 2>&1 &
wp core install --url=avast.dev --title=avast --admin_user=yarrr --admin_password=foobar --admin_email=info@example.org
wp core version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment