Composer is the preferred way of managing your modules and themes as it automatically handles dependencies and prevents errors. For detailed information about Composer, visit https://getcomposer.org/. Acquia does not recommend that you edit your composer.json file manually.
Run the following commands to require the Site Studio module and the Site Studio minimal theme:
composer require acquia/cohesion:^6.0
composer require acquia/cohesion-theme:^6.0In these commands, change the version number to correspond to the latest release of Site Studio. The latest release is available on the packagist page.
Click the form submit button and agree to install the dependencies.
The admin toolbar displays the Site Studio menu item.
Alternatively, you can enable the modules with the following Drush command:
drush pm-enable cohesion cohesion_base_styles cohesion_custom_styles cohesion_elements cohesion_style_helpers cohesion_sync cohesion_templates cohesion_website_settings -yIf this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.