Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 261 Bytes

wp-cli.md

File metadata and controls

9 lines (7 loc) · 261 Bytes

WP CLI

Fresh install wordpress

wp core download
wp config create --dbname=dbname --dbuser=dbuser --dbhost=localhost --dbprefix=wp_prefix_ --dbpass="pass"
wp core install --url=do.main --title='title' --admin_user=pseudo [email protected]