Download the PHP package acquia/acquia-cms-starterkit without Composer
On this page you can find all versions of the php package acquia/acquia-cms-starterkit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acquia/acquia-cms-starterkit
More information about acquia/acquia-cms-starterkit
Files in acquia/acquia-cms-starterkit
Package acquia-cms-starterkit
Short Description Acquia CMS starterkit cli command.
License GPL-2.0-or-later
Informations about the package acquia-cms-starterkit
Acquia Drupal Starter toolkit
The official command-line tool for downloading and building drupal site with Acquia Drupal Starter Kit modules for different use cases. Acquia Drupal Starter Kit cli tool helps you to quickly setup the Drupal sites based on your needs. Currently, the cli tool will present you the following use cases:
Name | Description |
---|---|
Acquia Drupal Enterprise Low-code Starter kit | The low-code starter kit will install starter kit with Site Studio and a UIkit. It provides drag and drop content authoring and low-code site building. An optional content model can be added in the installation process. |
Acquia Drupal Community Starter kit | The community starter kit will get installed. An optional content model can be added in the installation process. |
Acquia Drupal Headless Starter kit | The headless starter kit preconfigures Drupal for serving structured, RESTful content to 3rd party content displays such as mobile apps, smart displays and frontend driven websites (e.g. React or Next.js). |
- You can add your own cases and define the modules/themes that needs to be installed & enabled.
- You can edit/remove the default use cases provided by this cli tool.
Installation
Composer is the recommended way to download this tool. In order to download this tool, run the below composer command:
Usage
Run the following command to to set up site:
Note: Starter kit enable modules in bulk during installation which required minimum PHP memory limit to be 256M.
Check memory_limit using command php -i | grep "memory_limit"
,If php memory limit is less than 256 then locate php.ini file and update memory_limit to 256
All versions of acquia-cms-starterkit with dependencies
composer/composer Version ^2.7.0
stecman/symfony-console-completion Version ^0.12.1 || ^0.13.0
symfony/config Version ^6.2 || ^7.0
symfony/console Version ^6.2 || ^7.0
symfony/dependency-injection Version ^6.2 || ^7.0
symfony/filesystem Version ^6.2 || ^7.0
symfony/http-client Version ^6.2 || ^7.0
symfony/http-kernel Version ^6.2 || ^7.0
symfony/process Version ^6.2 || ^7.0
symfony/yaml Version ^6.2 || ^7.0