acquia / drupal-cms-project
Drupal with a bunch of useful stuff and a scaffold tailored to Acquia hosting.
Installs: 214
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Language:CSS
Type:project
pkg:composer/acquia/drupal-cms-project
Requires
- acquia/drupal-environment-detector: ^1
 - acquia/drupal-recommended-settings: ^1
 - acquia/memcache-settings: ^1
 - composer/installers: ^2.3
 - cweagans/composer-patches: ^1.7
 - dealerdirect/phpcodesniffer-composer-installer: 1.0.0
 - drupal/config_sync_without_site_uuid: ^1.0@beta
 - drupal/core-composer-scaffold: ^11.1.1
 - drupal/core-recommended: ^11.1.1
 - drupal/drupal_cms_accessibility_tools: *
 - drupal/drupal_cms_ai: *
 - drupal/drupal_cms_analytics: *
 - drupal/drupal_cms_blog: *
 - drupal/drupal_cms_case_study: *
 - drupal/drupal_cms_events: *
 - drupal/drupal_cms_forms: *
 - drupal/drupal_cms_news: *
 - drupal/drupal_cms_person: *
 - drupal/drupal_cms_project: *
 - drupal/drupal_cms_seo_tools: *
 - drupal/drupal_cms_starter: *
 - drupal/mysql57: ^1.0
 - drupal/recipe_installer_kit: ^1.0.0-alpha5
 - drush/drush: ^13
 
Requires (Dev)
- drupal/core-dev: ^11
 
Conflicts
README
Project template for building Drupal CMS tailored for Acquia hosting.
Example workflow using Acquia CLI
- 
Create project
composer create-project acquia/drupal-cms-projectOr, if you want to try the pre-release 2.x version of Drupal CMS with Experience Builder:
composer create-project acquia/drupal-cms-project:2.x-dev --stability=dev - 
Initialize repo and commit
cd drupal-cms-project && git init && git add -A && git commit -m "initial build" - 
Build artifact and push to cloud
/usr/local/bin/acli push:artifact --destination-git-urls=<YOUR_ACQUIA_GIT_REPO_URL> --destination-git-branch=artifact--dcms-scaffold --quiet - 
Checkout the new branch on cloud
/usr/local/bin/acli app:task-wait "$(/usr/local/bin/acli api:environments:code-switch <YOUR_AH_SITEGROUP>.dev artifact--dcms-scaffold)" - 
Drop database on cloud if you have previously installed a site and want to see the Drupal CMS installer
/usr/local/bin/acli remote:drush @<YOUR_AH_SITEGROUP>.dev sql:drop - 
Visit your site!
 
License
Copyright (C) 2025 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.