Last active
October 14, 2016 20:58
-
-
Save ptahdunbar/e2b0d6ac24c36001d4ce8c58159265f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
wp core version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment