The Site Factory Connector module (available on Drupal.org) connects your website to the Site Factory platform. The modules enables several critical features, including the following:
Single sign-on with Site Factory user accounts.
Generic and extensible scrubbing when staging websites.
Codebase configuration assistance with the acsf-init command.
Endpoints for Site Factory to run tasks, such as website updates.
Scheduled jobs, to perform complex data processing.
Installing and enabling the module
For directions regarding installing and enabling the Site Factory Connector, select the tab that corresponds to your website’s installed version of Drupal:
Do not install the module in more than one location in your code repository
(such as both docroot/profiles/profilename/modules/contrib
and
docroot/modules/contrib
). Multiple instances of the module can prevent
Site Factory from discovering and using the module.
To determine if your code repository contains more than one version of the
module, run the following Git command in the docroot
directory:
git ls-files "*acsf.info*"
The Site Factory Connector module contains several sub-modules that provide additional functions. When you enable the main Connector module, you also enable most of the included sub-modules; however, some sub-modules must be enabled manually, depending on your website’s needs.
acsf_init: Required when preparing a custom Drupal distribution for development and deployment on Site Factory.
acsf_sj: Required for creating one-time complex data processing jobs to be completed as background processes.
acsf_sso: Required for the current Drupal version based websites that use single sign-on with Site Factory.
Upgrading the module
Keeping the Site Factory Connector module up-to-date in your codebase helps keep your platform secure, and gives you access to new platform features as they are developed.
Acquia publishes release notes for Site Factory that include information about new versions of the Site Factory connector module, bugfixes, and any necessary upgrade instructions.
Whenever you update the Site Factory Connector module to a newer version, be sure to update your codebase to use the module.