https://github.com/acquia/drupal-canary-project
Canary / reference Drupal application
https://github.com/acquia/drupal-canary-project
Last synced: 11 days ago
JSON representation
Canary / reference Drupal application
- Host: GitHub
- URL: https://github.com/acquia/drupal-canary-project
- Owner: acquia
- License: gpl-2.0
- Created: 2022-05-04T20:09:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T21:28:33.000Z (about 1 month ago)
- Last Synced: 2025-03-28T15:51:51.213Z (29 days ago)
- Language: PHP
- Homepage:
- Size: 386 KB
- Stars: 3
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Acquia Drupal Canary Project
====This is a reference Drupal application based on the [Acquia Drupal Recommended Project](https://github.com/acquia/drupal-recommended-project). Use it to verify a working configuration if you are having problems with your own application and to test any potentially breaking changes to dependent packages.
## Local development
This project recommends DDEV for local development. To get started:
```bash
ddev start
ddev drush si minimal --existing-config
open https://drupal-canary-project.ddev.site/
```To apply composer updates, make sure site is already up-to-date, then:
```bash
composer update
ddev drush updb
ddev drush cex
```# License
Copyright (C) 2020 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.