Insy-tallation / mise-à-jour de WordPress avec wp-cli
This commit is contained in:
2018-08-19 17:00:35 +02:00
parent 56c1ed28cb
commit 2f59ac37b4
9 changed files with 1264 additions and 0 deletions

48
wp-cli/wp-cli.local.yml Normal file
View File

@@ -0,0 +1,48 @@
path: wordpress
url: http://localhost/wordpress
core skip-plugins:
- hello-dolly
core skip-themes:
- twentyfourteen
- twentythirteen
core download:
locale: fr_FR
version: 4.8
core config:
dbhost: localhost
dbname: wordpress4
dbuser: admin
dbpass: dt7ek7wA3
extra-php: |
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_POST_REVISIONS', 3 );
core install:
title: My WordPress Blog
admin_user: bruno
admin_password: 9?RmZ7ykU3AF
admin_email: bruno@clicclac.info
theme install:
- twentyfifteen
theme activate:
- twentyfifteen
plugin install:
- wordpress-seo
- admin-post-navigation
- meow-lightbox
# - gutemberg
# - jetpack
- jquery-updater
- sola-newsletters
- link-manager
- wp-super-cache
# - wp-print
# - wp-retina-2x-pro
# - subscribe-to-comments-reloaded
# - google-sitemap-generator
- akismet