https://github.com/plirof2/d8_osteam_initial_config_deploy
template module for deploying initial configuration objects for custom drupal sites.
https://github.com/plirof2/d8_osteam_initial_config_deploy
Last synced: 2 months ago
JSON representation
template module for deploying initial configuration objects for custom drupal sites.
- Host: GitHub
- URL: https://github.com/plirof2/d8_osteam_initial_config_deploy
- Owner: plirof2
- Created: 2017-02-07T08:48:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T08:51:30.000Z (over 8 years ago)
- Last Synced: 2025-04-13T04:54:13.902Z (2 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
osteam_initial_config_deploy .
Use this to deploy INITIAL configuration entities/objects .
Activate AFTER you actiate the other modules .
NOTE! this doesn't work if there is already a configuration object of what you're trying to create.
If you want to import an UPGRADED version of the configuration file, use the "d8_import_multiple_configfiles" moduleTHIS IS A TEMPLATE MODULE
you shoulda) add the yml files in the folder config/install (this files should NOT contain the UUID line and I prospose that you create them by using drupal EXPORT feature)
b) it is suggested to add as dependencies the required modules. So you need only to activate this module and all the other dependency modules are activated by drupal . THis supposed to make deployment easierthe skeleton is based on a sample EPAL project. Edit the files as required
This is supposed to be an one-click initial installation module.