diff --git a/pages/common/wp.md b/pages/common/wp.md index b973a44446..aa019c5a3c 100644 --- a/pages/common/wp.md +++ b/pages/common/wp.md @@ -11,6 +11,14 @@ `wp cli update` +- Download a fresh WordPress installation to current directory, optionally specifying the locale: + +`wp core download --locale={{locale}}` + +- Create basic `wpconfig` file (assuming database on `localhost`): + +`wp config create --dbname={{dbname}} --dbuser={{dbuser}} --dbpass={{dbpass}}` + - Install and activate a WordPress plugin: `wp plugin install {{plugin}} --activate`