Install the Site Studio modules on your website with composer
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/.
The Site Studio module and theme do not currently exist on drupal.org. You must specify the repository paths in the composer configuration and add the dependencies.
Open a terminal window and navigate to your project root directory.
Run the following command to require the Site Studio module:
composer require acquia/cohesion:6.0.3
In this command, change the version number to correspond to the latest release of Site Studio. The latest release is available on the packagist page.
Log in to the Site Studio user interface as an admin user.
Click Extend on the admin toolbar.
Enable Site Studio core and dependent modules together except the Site Studio example custom element module.
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:
Install the Site Studio modules on your website with composer
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/.
The Site Studio module and theme do not currently exist on drupal.org. You must specify the repository paths in the composer configuration and add the dependencies.
Open a terminal window and navigate to your project root directory.
Run the following command to require the Site Studio module:
composer require acquia/cohesion:6.0.3
In this command, change the version number to correspond to the latest release of Site Studio. The latest release is available on the packagist page.
Log in to the Site Studio user interface as an admin user.
Click Extend on the admin toolbar.
Enable Site Studio core and dependent modules together except the Site Studio example custom element module.
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: