Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Created December 3, 2020 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanbossenger/d27f331fc660d59f116db763bd3fe5b1 to your computer and use it in GitHub Desktop.
Save jonathanbossenger/d27f331fc660d59f116db763bd3fe5b1 to your computer and use it in GitHub Desktop.
wp core download
wp config create --dbname=wordpress-clean --dbuser=root --dbpass=password
wp core install --url=https://wordpress-clean.test --title="WordPress Clean" --admin_user=admin --admin_password=password --admin_email=jonathanbossenger@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment