acquia/sitestudio_contenthub

Adds Site Studio support for Acquia ContentHub.

Installs: 80 972

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 3

Open Issues: 2

Type:drupal-module

7.5.0 2024-03-18 15:35 UTC

README

Acquia Site Studio Contenthub provides integration between Acquia Site Studio and Acquia Contenthub in the form of two modules, a subscriber and a publisher. These two modules provide an Acquia approved and tested route for using the two products in tandem.

The core Acquia Site Studio module can be found at https://github.com/acquia/cohesion - for full details on product setup and installation please refer to the documentation.

Installation with composer

Using composer is the preferred way of managing your modules and themes as composer handles dependencies automatically and there is less margin for error. You can find out more about composer and how to install it here: https://getcomposer.org/. It is not recommended to edit your composer.json file manually.

Open up your terminal and navigate to your project root directory.

Run the following commands to require the module:

composer require acquia/sitestudio_contenthub

Site Studio ContentHub will install along with several module dependencies from drupal.org.

You can now enable the modules via drush with the following commands:

drush cr
drush pm-enable sitestudio_contenthub_publisher -y
drush pm-enable sitestudio_contenthub_subscriber -y

Using Acquia Site Studio ContentHub module

Acquia Site Studio ContentHub module contains two submodules - "Site Studio ContentHub Publisher" and "Site Studio ContentHub Subscriber". The main module is used as a "wrapper" and is intentionally hidden from module list in Drupal UI. Enabling it will add no additional benefit or functionality. Instead, one or both submodules should be enabled, depending on desired functionality of the site - Content Publishing, Subscribing or both.

If the site is to be in a role of "Publisher", enable "Site Studio ContentHub Publisher" via Drupal UI or via Drush:

drush pm-enable sitestudio_contenthub_publisher -y

If the site is to be in a role of "Subscriber", enable "Site Studio ContentHub Publisher" via Drupal UI or via Drush:

drush pm-enable sitestudio_contenthub_subscriber -y

Documentation

Further documentation for Site Studio ContentHub is available here.

License

Copyright (C) 2021 Acquia, Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.