Skip to content
Snippets Groups Projects
Select Git revision
  • update-readme
  • main default
  • 1.0.x
  • 2.0.x
  • 1.0.0-alpha13
  • 2.0.0-beta3
  • 2.0.0-beta2
  • 1.0.0-alpha12
  • 1.0.0-alpha11
  • 2.0.0-beta1
  • 1.0.0-alpha9
  • 1.0.0-alpha8
  • 1.0.0-alpha7
  • 1.0.0-alpha6
  • 1.0.0-alpha5
  • 1.0.0-alpha4
  • 1.0.0-alpha3
  • 1.0.0-alpha2
  • 1.0.0-alpha1
19 results

pantheon_decoupled_profile-3426670

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / pantheon_decoupled_profile
    15 commits ahead of the upstream repository.
    Brian Perry's avatar
    Brian Perry authored
    713ac5ee
    History

    Pantheon Decoupled Install Profile

    Suggested install profile for decoupled Drupal sites. Can be used in combination with Pantheon's front end starter kits including:

    https://github.com/pantheon-systems/next-drupal-starter

    • Installs the Pantheon Decoupled module which includes:
      • Dependencies for caching, preview, routing, webhooks and other decoupled features
      • Demo content
      • Example user and OAuth configuration for authenticated API requests
      • A 'Pantheon Front-End Sites configuration' page
    • Uses the Gin Admin theme

    Installation

    Require using composer:

    composer require drupal/pantheon_decoupled_profile

    And then enable the module using your preferred method.

    Alternatives

    Running the test suite locally

    This profile comes with a suite of automated tests. To execute those, you can run the following command:

    phpunit -c core --group pantheon_decoupled_profile

    (The exact command varies on your setup and paths.)