acquia / blt-multisite
A recipe for generating multisites with Acquia BLT
Installs: 239 798
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Requires (Dev)
- acquia/blt: ^13.2
This package is not auto-updated.
Last update: 2023-03-11 04:23:31 UTC
README
This is an Acquia BLT plugin providing a recipe to generate BLT-compatible multisites.
This plugin is community-created and community-supported. Acquia does not provide any direct support for this software or provide any warranty as to its stability.
Installation and usage
To use this plugin, you must already have a Drupal project using BLT 10.
In your project, require the plugin with Composer:
composer require acquia/blt-multisite
Generate multisites by calling recipes:multisite:init
, which is provided by this plugin:
blt recipes:multisite:init
This will copy a template site directory to create a new multisite installation. Make sure to commit all new and changed files to Git.
License
Copyright (C) 2021 Acquia, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.