Skip to content

This is the acquia_cms_starter_toolkit repository having acms cli tool to build & install acms site.

Notifications You must be signed in to change notification settings

balsama/acquia-cms-starterkit

 
 

Repository files navigation

Acquia CMS Starter toolkit

Build Status

The official command-line tool for downloading and building drupal site with acquia_cms modules for different use cases. Acquia CMS starterkit 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 CMS Enterprise Low-code The low-code starter kit will install Acquia CMS 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 CMS community The community starter kit will install Acquia CMS. An optional content model can be added in the installation process.
Acquia CMS Headless 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:

composer require acquia/acquia-cms-starterkit

Usage

Run the following command to to set up site:

./vendor/bin/acms acms:install

About

This is the acquia_cms_starter_toolkit repository having acms cli tool to build & install acms site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.3%
  • JavaScript 13.7%