How to set up a demo site?

Created on 27 December 2023, over 1 year ago

Problem/Motivation

The video Mercury Editor: Easy-to-Use, Drag-and-Drop Content Editing for Drupal (Nov. 2023) describes a way to create a demo site by setting certain flags.

How does one do that?

πŸ’¬ Support request
Status

Active

Version

2.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States aangel

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @aangel
  • πŸ‡ΊπŸ‡ΈUnited States aangel
  • πŸ‡ΊπŸ‡ΈUnited States etxaleku

    In an issue comment @justin2pin mentioned

    To enable test modules, add (or uncomment) this line in your local settings file (i.e. settings.local.php):
    
    $settings['extension_discovery_scan_tests'] = TRUE;

    So I believe that entails the following (assumes your docroot is "web"):

    1. cd web/sites/default
    2. cp --interactive example.settings.local.php settings.local.php
    3. edit settings.local.php, search for "extension_discovery_scan_tests", and uncomment the line

    However, once that's done I'm not sure how to get it to take effect.

Production build 0.71.5 2024