際際滷

際際滷Share a Scribd company logo
Viktor Likin @vlikin
Feature module replacement in Drupal 8
Configuration deployment process
Agenda
¢ Change site settings on the from site.
¢ Move settings to the to site staging directory.
¢ Import site settings from the staging to active directory
¢ Check results.
Visual agenda
Terminology
¢ From - a site from, a live site.
¢ To - a site to, a development site.
¢ Environment, site - synonymous sometimes.
¢ Active directory C Current site setting paces in the file system.
¢ Staging directory C Data is stored there before importing.
¢ File storage C Current site settings located in the file system.
¢ Active storage - ^Data base ̄ storage, data that is used.
Find site information settings
What we have on the from site
Update configuration on the from environment
Find the configuration file in the file storage
Moving ways
¢ SCP
¢ GIT, SVN, ...
¢ FTP, SFTP
¢ RSYNC
¢ DRUSH RSYNC
Move configuration
¢ Move confiuration from the from enviroment to the to enviroment.
drush rsync -d @sm.live:%conf_active @sm.local:%conf_active
Find synchronize panel
Check changed setting groups
Check group setting changes
Config drush commands
Update configuration
Admin panel
drush @sm.local config-import
drush @sm.local cc all
Check configuration update process.
Look results
Resources
¢ http://goo.gl/g4nbn
¢ http://goo.gl/tvz9I
¢ http://drupal.org/documentation/administer/config
¢ http://heyrocker.com/how-use-drupal-8-configuration-system

More Related Content

D8 configuration migration