Last active
July 6, 2018 13:12
-
-
Save carmoreira/a0e02d30d5261376ff27d00c14b5201a to your computer and use it in GitHub Desktop.
WP CLI commands to create a multisite network on your localhost
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 download | |
wp config create --dbname="database_name" --dbuser="database_user" --dbpass="database_pass" | |
wp core multisite-install --title="Welcome to the WordPress" --admin_user="admin" --admin_password="password" --admin_email="[email protected]" --url="http://localhost" --skip-email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment