WP-CLI
Insy-tallation / mise-à-jour de WordPress avec wp-cli
This commit is contained in:
48
wp-cli/wp_mint.local.yml
Normal file
48
wp-cli/wp_mint.local.yml
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user