Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!!