Hướng dẫn Managing configuration trong Drupal 8

Hướng dẫn Managing configuration trong Drupal 8

Drupal 8 has a whole new configuration system that uses human-readable text files in the YAML (.yml) format to store configuration items. All of your site configuration from enabled modules through fields, contact categories to views are stored with this system. The system is designed to make it much easier than prior Drupal versions to export all your site configuration, make changes and import changes back in.

The Configuration Manager module in Drupal 8 provides a user interface for importing and exporting configuration changes between a Drupal installation in different environments, such as Development, Staging and Production, so you can make and verify your changes with a comfortable distance from your live environment.

This allows you to deploy a configuration from one environment to another, provided they are the same site. The site is identified using a Universally Unique Identifier (UUID) located in the system.site.yml file. The site UUID must match the target site to allow any importing of configuration files on that site.

This capability replaces the need for various contributed modules such as Features, Strongarm and Context.

Configuration files

Drupal 8 uses the YAML (.yml) human-readable text file format to store configuration. Default configuration shipped with modules, distributions and themes is stored with the projects themselves in a configsubdirectory. These default configurations are imported into the active configuration store when the respective projects are enabled. So the active configuration store is the complete set of live configuration at any given time.

The active configuration files can be found by default at sites/default/files/config_XXXX/active(where XXXXis a hash that look somewhat like iND62oxf-4DyUHcbCA7mhupb_KEpUaGZ6qcfTnAscNQ). There is also a staging directory on the same level, that Drupal uses to stage configuration changes. It will be empty by default and only populated when in the process of importing configuration.

An illustration of this process on your development site looks like the following:

Defining location of configuration folders

During the installation Drupal writes the location of the (active & staging) configuration directories to the settings.phpfile.

<?php
$config_directories
[#DD0000">'active'] = #DD0000">'sites/default/files/config_iND62oxf-4DyUHcbCA7mhupb_KEpUaGZ6qcfTnAscNQ/active';
$config_directories[#DD0000">'staging'] = #DD0000">'sites/default/files/config_iND62oxf-4DyUHcbCA7mhupb_KEpUaGZ6qcfTnAscNQ/staging';
?>

By default these folders are relative to the Drupal root installation folder.

You can override these locations in the same settings.phpfile.

<?php
$config_directories
= array(
 
CONFIG_ACTIVE_DIRECTORY => #DD0000">'/var/www/d8/config/active', #FF8000">// outside the webroot
 
CONFIG_STAGING_DIRECTORY => #DD0000">'/var/www/d8/config/staging', #FF8000">// outside the webroot
);
?>

The configuration files are "hidden" by way of the random hash in the directory name and a .htaccessfile in the active and staging directories containing the directive Deny from allto stop your webserver from serving them. Moving the directories outside of the webserver root is possible for further security.

Importing, exporting, and synchronizing configuration

Making configuration changes on the live site is often not the best idea. The goal of the configuration system in Drupal 8 is to make taking a copy of the site configuration easy to set up a development site where you make changes. Then importing those changes on the live site is also made simple.

You can import, export, and synchronize configuration in your site via Manage > Configuration > Development > Configuration management (admin/config/development/configuration).

It is possible to export a single configuration file and paste it into another environment. The single import otion lets you specify the type of the configuration file and import it from your copy-pasted value.

The full export feature is a lot more powerful. You can download the an archive of all the active configuration files with this feature. This can be used to import on a development site (given the two sites are copies of each other) to import, synchronize, make changes, package up again and import and synchronize back on the live site as well.

Assume you have identical dev and prod sites. Any changes made on the dev site will be saved into the active storage on the dev site. This can be exported and imported on the live site. The import will copy the YAML files into the staging directory.

Once you ran the import, you should synchronize your changes which will let you review all the changes between the prod active and staging directories.

From this list you can view the differences between each of the config files to ensure that the changes are as expected, before setting the changes active.

The Synchronize page will also show new or removed config files. It is important to check that there are no removals of any core config files (such as system.*, entity.*) as this will result in a site error.

Once the Synchronization is ran, the staging directory contents are now elevated to the live configuration, new modules are enabled, new fields, content types, etc. are added. In short all changes are live.

Hướng dẫn Managing configuration trong Drupal 8

Examples

Workflow using the Drupal UI

Here is a simple example that demonstrates how the site name can be configured in one environment and then deployed to another environment.

  1. Install Drupal 8. We will call this site "Live."
  2. Make a copy of this site (We'll call this "Development"). Make the copy by using the same source code, the files directory and a database dump of the Live site imported on Development. With Drupal 7 you would have only needed the database dump and uploaded files, in Drupal 8, other parts of the file directory are relevant, including the configuration and PHP files. A full copy of the site will do.
    Note that once #1613424: Allow a site to be installed from existing configuration will be done, it would be possible to install a fresh site from existing configuration, so copying the site would be as easy as installing a new site with the configuration exported. Until that is fixed, you need a full copy of the site.
  3. On the Development site, change the site name in admin/config/system/site-information
  4. Export the full Development site configuration at admin/config/development/configuration/full/export. This will create a compressed file.
  5. On the Live site, navigate to admin/config/development/configuration/full/importand upload the compressed file. After upload, review the changes and click Import all

Now your site name is changed on the live site as well. Although theoretically you should make all changes on Development and deploy to Live, sometimes changes on Live directly may be necessary. To take those changes from the Live site to Development, do the following:

  1. Export the full Live site configuration at admin/config/development/configuration/full/export. This will create a compressed file.
  2. On the Development site, navigate to admin/config/development/configuration/full/importand upload the compressed file. After upload, review the changes and click Import all

This will update the Development site with any Live changes. From here, you can continue making further changes on Development and import back to Live when you are happy with the changes.

File system based workflow

  • Copy the configuration (.yml) files from the origin website's activefolder to the origin website's stagingfolder.
  • Use a tool (rsync, git, ftp, scp) to copy the content of the origin's stagingfolder to the destination's stagingfolder
  • In the destination website visit admin/config/development/configuration
  • Click import all

More Information

If you're looking for more in-depth information about the Configuration Management system in Drupal 8, you can check the handbook pages for Configuration API.

Tags: 
Bạn thấy bài viết này như thế nào?: 
Average: 5 (1 vote)
Ảnh của Khanh Hoang

Khanh Hoang - Kenn

Kenn is a user experience designer and front end developer who enjoys creating beautiful and usable web and mobile experiences.

Tìm kiếm bất động sản

 

Advertisement

 

jobsora

Dich vu khu trung tphcm

Dich vu diet chuot tphcm

Dich vu diet con trung

Quảng Cáo Bài Viết

 
thuật Ngữ SEO

Tất cả các thuật Ngữ SEO thông dụng

Có rất nhiều những thuật ngữ SEO. Tuy nhiên, trong bài viết này chỉ đề cập tới những thuật ngữ SEO thường được sử dụng nhất. Những giải thích đơn giản, ngắn gọn và dễ hiểu giành cho người mới bắt đầu tìm hiểu và nghiên cứu SEO.

Lợi tức đầu tư – ROI trong quảng cáo Google Adwords

Định nghĩa ROI trong quảng cáo Google Adwords

Đối với một nhà quản trị doanh nghiệp thì ROI không có gì xa lạ nhưng trong quảng cáo Google Adwords ROI được định nghĩa như sau:

Facebook muốn thân với Apple "diệt" Google+?

Facebook muốn thân với Apple "diệt" Google+?

Mark Zuckerberg đã nhận ra điểm mạnh của Google+ chính là được tích hợp vào hệ điều hành Android, hệ điều hành di động phổ biến nhất thế giới hiện nay. Android đang phát triển không ngừng, đồng nghĩa với việc ngày càng có nhiều người sử dụng Google+ trên thị trường điện thoại di động. Điều này trở thành một mối đe dọa khôn lường cho Facebook.

Công ty diệt chuột T&C

 

Diet con trung