Created
June 14, 2021 18:21
-
-
Save raphaeldealmeida/1d5be41897ec09ed4914b3f26135ad58 to your computer and use it in GitHub Desktop.
Step-by-step wp install using wp-cli
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
mkdir blog | |
cd blog | |
wp core download | |
wp config create --dbname=wordpress_plugin --dbuser=root --dbpass=root | |
wp db create | |
wp core install --url=example.com --title=Example --admin_user=supervisor --admin_password=password [email protected] | |
wp server --port=8001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment