Skip to content

Instantly share code, notes, and snippets.

@zsim0n
Last active July 8, 2017 03:06
Show Gist options
  • Save zsim0n/d8aa8e084dc1454e4d5f to your computer and use it in GitHub Desktop.
Save zsim0n/d8aa8e084dc1454e4d5f to your computer and use it in GitHub Desktop.
create-wordpress-site-with-wp-cli
mkdir wordpress
cd wordpress
wp core download
wp core config --dbname=<database name> --dbuser=<database username> --dbpass=<database password>
wp db create
wp core install --url=<url> --title=<title> --admin_user=<admin_user> --admin_password=<admin_pw> --admin_email=<admin_email>
wp uninstall akismet
wp uninstall hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment