os2web/os2web_builder

Project template for Drupal 8 projects with composer

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Language:Shell

Type:project

dev-master 2020-04-30 17:04 UTC

This package is auto-updated.

Last update: 2024-04-29 04:28:06 UTC


README

Drupal environment is base on Composer template for Drupal projects See information about how to install and use it on Drupal-composer README page.

It supposed to use Docksal as development environment. See Docksal documentation to setup project on your local environment and start work with it.

Builder usage

fin cex command

This command will export Drupal configuration and remove uuid and core from all config files inside ./web/modules/custom/*/config path.

To get your files split to ./web/modules/custom/[your-module]/config folder, you should have proper config_split config activated to this project. See

In case there is no split config for your project, feel free to add it and commit to project. So other developers could use it during development also.

See command script .docksal/commands/cex

fin clean-config [your-config-directory] command

Command that removes uuid and core keys from files inside directiry your will specify as parameter. You will find this command userful if you have submodules.

See command script .docksal/commands/clean-config

fin bwrs command (builder workflow reset)

Command will reinstall os2web_builder_workflow module. It could be usefull if you added new config split settings rule or enabled module that use existing rules.

See command script .docksal/commands/bwrs

fin rebuild command

You can use this command to get fresh Drupal installation based on standard profile. After running command you can enable required modules and develop your modules.

See command script .docksal/commands/rebuild

fin rebuild-test command

This command could be used for testing purposes where all unused modules such as: Field UI, Config Management, is deactivated.

See command script .docksal/commands/rebuild-test