asuwebplatforms / asu_governance
A module to lock down ASU Drupal sites for Acquia Site Factory
Installs: 2 734
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:drupal-module
pkg:composer/asuwebplatforms/asu_governance
Requires
This package is auto-updated.
Last update: 2025-10-09 00:23:36 UTC
README
Introduction
The asu_governance module is intended to provide Enterprise Technology with a way to manage the governance of Drupal sites on the Acquia platform. This module provides the following:
- A curated "ASU Modules" interface to replace the stock "Extend" modules page in Drupal. This will allow Site Administrators to limit the ability of Site Builders to enable/disable and configure only the modules that have been approved by Enterprise Technology.
- A curated "ASU Themes" interface to replace the stock "Appearance" themes page in Drupal. This will allow Site Administrators to limit the ability of Site Builders to enable/disable and configure only the themes that have been approved by Enterprise Technology.
Requirements
This module is intended to be used only on ASU Drupal sites hosted on the Acquia platform.
Installation
Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information.
Configuration
- Site Administrators will have access to the "ASU Governance settings" page located in the System submenu of the Configuration menu.
Local development
- Clone the repository to your local machine with git.
- Navigate to the repository's root directory and run
ddev setup-local
. - After a browser window opens, navigate to the homepage and fill out the site installation form. This will enable and configure the asu_governance module correctly.
- Create an administrator user with
ddev add-admin <username>
. - Log in as the administrator user you just created:
ddev drush uli --name=<username>
. - Now you can proceed with development and testing etc.
- This development environment is created using DDEV and the "DDEV Drupal Contrib" add-on.
- See https://github.com/ddev/ddev-drupal-contrib for the full instructions about how to use this add-on.