Download the PHP package acquia/drupal-cms-project without Composer
On this page you can find all versions of the php package acquia/drupal-cms-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acquia/drupal-cms-project
More information about acquia/drupal-cms-project
Files in acquia/drupal-cms-project
Package drupal-cms-project
Short Description Drupal with a bunch of useful stuff and a scaffold tailored to Acquia hosting.
License GPL-2.0-or-later
Homepage https://github.com/acquia/drupal-cms-project
Informations about the package drupal-cms-project
Drupal CMS - Acquia Hosting Tailored Version
Project template for building Drupal CMS tailored for Acquia hosting. This project follows the official Drupal CMS releases and includes Acquia-specific additions and integrations.
Example workflow using Acquia CLI
-
Create project
-
Initialize repo and commit
-
Build artifact and push to cloud
-
Checkout the new branch on cloud
-
Drop database on cloud if you have previously installed a site and want to see the Drupal CMS installer
- Visit your site!
Branches
This repo ships with two branches: main and dist.
main
The main branch is used for development. When you're ready to deploy a feature or update, you will build an artifact from the main branch using ACLI.
Develop and deploy a feature
-
Create a feature branch from
main - Do your work on the feature branch. Once it's reviewed and ready, merge it back into main.
- Create a deployment artifact from
main.
dist
The dist branch is a prebuilt deployment artifact. You can use it to get an application up and running quickly without building an artifact. You must generate a unique salt hash in the dist branch before using it. You can use the Drupal Recommended Settings provided Drush command to do this: drush drupal:hash-salt:init. This artifact uses the latest PHP version available on Acquia, currently 8.5. The prebuilt dist branch is generally NOT recommended for normal workflows.
Example dist branch workflow
-
Clone the repo.
-
Check out the
distbranch. -
Remove the GitHub remote.
-
Generate a unique hash salt and add it to Git.
-
Add your Acquia Git URL as a remote and push the
distbranch to it. -
Checkout the dist branch on cloud.
-
Install from the prebuilt artifact's configuration on cloud.
- Import the default content provided by Drupal CMS starter.
License
Copyright (C) 2026 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.
All versions of drupal-cms-project with dependencies
acquia/drupal-recommended-settings Version ^1
composer/composer Version ^2.8
composer/installers Version ^2.3
cweagans/composer-patches Version ^2.0
drupal/byte Version ^1
drupal/config_sync_without_site_uuid Version ^1.0@beta
drupal/core-composer-scaffold Version ^11.3
drupal/core-recommended Version ^11.3
drupal/core-vendor-hardening Version ^11.3
drupal/drupal_cms_accessibility_tools Version ^2
drupal/drupal_cms_ai Version ^2
drupal/drupal_cms_forms Version ^2
drupal/drupal_cms_google_analytics Version ^2
drupal/drupal_cms_seo_tools Version ^2
drupal/drupal_cms_starter Version ^2
drupal/recipe_installer_kit Version ^1.0.4
drupal/webform Version @beta