Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasmash/composer-scaffold-1
Composer Scaffold definitions for Acquia hosting
https://github.com/grasmash/composer-scaffold-1
Last synced: 18 days ago
JSON representation
Composer Scaffold definitions for Acquia hosting
- Host: GitHub
- URL: https://github.com/grasmash/composer-scaffold-1
- Owner: grasmash
- License: gpl-2.0
- Created: 2020-03-30T20:54:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T20:54:38.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T15:22:59.455Z (2 months ago)
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Acquia Scaffold
====This is a Composer package containing the necessary [Composer Scaffold](https://www.drupal.org/docs/develop/using-composer/using-drupals-composer-scaffold) definitions to run a project on Acquia hosting.
## Installation and usage
To use these settings, you must already have configured a [Composer-based Drupal project](https://www.drupal.org/docs/develop/using-composer/using-drupals-composer-scaffold). Especially, ensure that your root composer.json includes the Drupal packagist repository and Drupal-specific installer paths. Then require this package via Composer:
`composer require acquia/scaffold`
This will ensure that scaffolded files are placed in the docroot, and that a compatible version of Composer Scaffold is included. **Note that Composer Scaffold no longer supports the ability to delegate the definition of locations such as the web-root, so this functionality currently does not work.**
For easier project setup, consider using [Acquia BLT](https://github.com/acquia/blt), which includes this package by default, or reference [BLT’s project template](https://github.com/acquia/blt-project).
# License
Copyright (C) 2019 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.