Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oddhill/drupal-oddprofile
The base profile used for all our Drupal sites.
https://github.com/oddhill/drupal-oddprofile
drupal profile
Last synced: about 2 months ago
JSON representation
The base profile used for all our Drupal sites.
- Host: GitHub
- URL: https://github.com/oddhill/drupal-oddprofile
- Owner: oddhill
- License: mit
- Created: 2016-11-01T15:19:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T13:18:27.000Z (about 1 year ago)
- Last Synced: 2024-10-13T10:53:49.380Z (3 months ago)
- Topics: drupal, profile
- Size: 120 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Odd Profile
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;}' {} \;
```