Created
May 12, 2018 10:27
-
-
Save pixelstorm/02ff2f0c99db353ff9183bff93d167cc to your computer and use it in GitHub Desktop.
install wp with cli starter script
This file contains hidden or 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 download | |
wp core config --dbname= --dbuser= --dbpass= --dbprefix= | |
wp core install --url= --title= --admin_user= --admin_password= --admin_email= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment