There is no license information available for the latest version (dev-master) of this package.

Base profile

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 371

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-profile

dev-master 2019-08-24 21:39 UTC

This package is auto-updated.

Last update: 2022-12-25 06:36:16 UTC


README

A Drupal 8 base profile with the following modules:

  • admin_toolbar
  • advban
  • autoban
  • config_split
  • honeypot
  • pathauto
  • readonlymode
  • redirect
  • sendgrid_integration
  • simple_sitemap
  • toolbar_themes
  • ultimate_cron

Development

Installation

Run the following commands to install a development version of the site.

cp .env.example .env
docker-compose up -d
docker-compose exec web composer install
docker-compose exec web ./vendor/bin/taskman drupal:site-install

Export profile

Run the following command to export your configuration to the profiles install folder.

docker-compose exec web ./vendor/bin/taskman profile:config-export