You are here

README.txt in Config Partial Export 8

CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * How to use
 * Full synchronisation
 * Maintainers


INTRODUCTION
------------
This module is for developers when on dev site one would like to export only
the modified config files shown in
Configuration > configuration management > Synchronize
(/admin/config/development/configuration) tab.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/config_partial_export

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/config_partial_export?categories=All


REQUIREMENTS
------------
No special requirements.


INSTALLATION
------------
Before you install the module it's advised to do a full synch of your
configuration otherwise all your config files will be listed by this module.
For more details see Full synchronisation part of this document.

 * Install as you would normally install a contributed Drupal module. See:
   https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
   for further information.


CONFIGURATION
-------------
The module has no menu or modifiable settings. There is no configuration. When
enabled a 'Partial config' tab will appear on
admin/config/development/configuration page.


HOW TO USE
----------------
After enabling a 'Partial config' tab will appear on
admin/config/development/configuration page. Click on the Partial Export tab
and select the files you want to export to a tarball. In addition you can add
to the list the system.site.yml file which holds the UUID of your site.
After export you can copy the files from the tarball to your config/install
folder to apply those changes on next install.


FULL SYNCHRONISATION
--------------------
Steps to do a full synch:
 * Do a full export then an import. Your config files will be copied then to the
   staging directory (by default: sites/default/files/config_some-hash/staging).
 * Do a small modification in your settings. The files related with this
   modification will be listed on admin/config/development/configuration page.
 * Click "Import all" button. Be aware, all modifications you have done since
   last import will be lost!


MAINTAINERS
-----------
Original author:
 * László Kovács - https://www.drupal.org/u/laszlo.kovacs
Current maintainer:
 * Balu Ertl - https://www.drupal.org/u/balu-ertl

This project has been sponsored by:
 * Cheppers Ltd.
   A team of experienced web developers working with the Drupal content
   management system. Expertised in Drupal consulting, development, professional
   website design, search engine optimization (SEO), e-commerce and data
   migration. Visit https://cheppers.com/ for more information.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * How to use
  8. * Full synchronisation
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. This module is for developers when on dev site one would like to export only
  13. the modified config files shown in
  14. Configuration > configuration management > Synchronize
  15. (/admin/config/development/configuration) tab.
  16. * For a full description of the module, visit the project page:
  17. https://www.drupal.org/project/config_partial_export
  18. * To submit bug reports and feature suggestions, or to track changes:
  19. https://www.drupal.org/project/issues/config_partial_export?categories=All
  20. REQUIREMENTS
  21. ------------
  22. No special requirements.
  23. INSTALLATION
  24. ------------
  25. Before you install the module it's advised to do a full synch of your
  26. configuration otherwise all your config files will be listed by this module.
  27. For more details see Full synchronisation part of this document.
  28. * Install as you would normally install a contributed Drupal module. See:
  29. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  30. for further information.
  31. CONFIGURATION
  32. -------------
  33. The module has no menu or modifiable settings. There is no configuration. When
  34. enabled a 'Partial config' tab will appear on
  35. admin/config/development/configuration page.
  36. HOW TO USE
  37. ----------------
  38. After enabling a 'Partial config' tab will appear on
  39. admin/config/development/configuration page. Click on the Partial Export tab
  40. and select the files you want to export to a tarball. In addition you can add
  41. to the list the system.site.yml file which holds the UUID of your site.
  42. After export you can copy the files from the tarball to your config/install
  43. folder to apply those changes on next install.
  44. FULL SYNCHRONISATION
  45. --------------------
  46. Steps to do a full synch:
  47. * Do a full export then an import. Your config files will be copied then to the
  48. staging directory (by default: sites/default/files/config_some-hash/staging).
  49. * Do a small modification in your settings. The files related with this
  50. modification will be listed on admin/config/development/configuration page.
  51. * Click "Import all" button. Be aware, all modifications you have done since
  52. last import will be lost!
  53. MAINTAINERS
  54. -----------
  55. Original author:
  56. * László Kovács - https://www.drupal.org/u/laszlo.kovacs
  57. Current maintainer:
  58. * Balu Ertl - https://www.drupal.org/u/balu-ertl
  59. This project has been sponsored by:
  60. * Cheppers Ltd.
  61. A team of experienced web developers working with the Drupal content
  62. management system. Expertised in Drupal consulting, development, professional
  63. website design, search engine optimization (SEO), e-commerce and data
  64. migration. Visit https://cheppers.com/ for more information.