oddhill/oddprofile

The base profile used for all our Drupal sites.

Installs: 24 120

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 1

Open Issues: 7

Type:drupal-profile

3.2 2023-11-10 13:16 UTC

This package is auto-updated.

Last update: 2024-04-10 14:14:10 UTC


README

This profile is used as the base profile for all of our Drupal 9/10 sites. This profile contains base functionality needed on most websites.

Getting started

The best way to use this profile is to install it with the help of composer.

composer require oddhill/oddprofile

Configuration files

Run the following commands to remove any site specific information from the configuration files when they have been changed.

find ./config/install/ -type f -exec sed -i '' '/^uuid: /d' {} \;
find ./config/install/ -type f -exec sed -i '' '/_core:/{N;d;}' {} \;