Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manaticr/bloom
Drupal install profile with base config to build projects.
https://github.com/manaticr/bloom
drupal drupal8 manati profile
Last synced: about 1 month ago
JSON representation
Drupal install profile with base config to build projects.
- Host: GitHub
- URL: https://github.com/manaticr/bloom
- Owner: ManatiCR
- License: mit
- Created: 2020-08-31T15:22:01.000Z (over 4 years ago)
- Default Branch: 8.x
- Last Pushed: 2020-09-17T01:45:13.000Z (over 4 years ago)
- Last Synced: 2024-12-30T01:52:28.925Z (about 1 month ago)
- Topics: drupal, drupal8, manati, profile
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bloom Install Profile [![Build Status](https://travis-ci.org/ManatiCR/bloom.svg?branch=8.x)](https://travis-ci.org/ManatiCR/bloom)
A base Drupal install profile to scaffold Manatí projects.
## How to use it?
On any Drupal project, add bloom to your composer dependecies:
```php
composer require manaticr/bloom
```Install the site using `bloom` profile.
```bash
drush si bloom --account-pass=admin --site-name="Drupal8" -y
```Enjoy your site!!