acquia / acquia-cms-starterkit
Acquia CMS starterkit cli command.
Installs: 556 220
Dependents: 3
Suggesters: 0
Security: 0
Stars: 6
Watchers: 8
Forks: 8
Open Issues: 11
Type:project
Requires
- acquia/drupal-environment-detector: ^1.6
- composer/composer: ^2.7.0
- stecman/symfony-console-completion: ^0.12.1 || ^0.13.0
- symfony/config: ^6.2 || ^7.0
- symfony/console: ^6.2 || ^7.0
- symfony/dependency-injection: ^6.2 || ^7.0
- symfony/filesystem: ^6.2 || ^7.0
- symfony/http-client: ^6.2 || ^7.0
- symfony/http-kernel: ^6.2 || ^7.0
- symfony/process: ^6.2 || ^7.0
- symfony/yaml: ^6.2 || ^7.0
Requires (Dev)
- acquia/coding-standards: ^1.0 || ^2.0
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.2
- ergebnis/composer-normalize: ~2.15.0
- phpro/grumphp-shim: ^1.5
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.4 || ^10
- dev-develop
- 1.x-dev
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.9
- 1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 1.0.0-beta1
- dev-main
- dev-feature/drupal11
- dev-ACMS-fix
- dev-ACMS-3601
- dev-main-release
- dev-feature/refactor-architecture
- dev-feature/starterkit-script
- dev-feature/telemetry-install-time
- dev-feature/pwa
- dev-config_management
- dev-ACMS-end-to-end
- dev-ACMS-1433-1
- dev-ACMS-000
- dev-ACMS-1438
- dev-feature/pre-configured-low-code
- dev-ACMS-1470-1
- dev-ACMS-0000
- dev-ACMS-1385-testing
- dev-ACMS-1404
- dev-ACMS-1230
This package is auto-updated.
Last update: 2024-10-25 05:57:15 UTC
README
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:
- 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:
composer require acquia/acquia-cms-starterkit
Usage
Run the following command to to set up site:
./vendor/bin/acms acms:install
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