Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.77 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.77 KB

DrupalEasy Pantheon-flavored Docksal Configuration

A complete Docksal configuration for working with Pantheon-powered sites.

Includes

  • Solr 3.x container
  • Dev version of PHP 7 CLI container.
  • "web" docroot directory (works with https://github.com/pantheon-systems/example-drops-8-composer).
  • Empty php.ini file (ready for customization).
  • "fin init" command that reset the local environment, creates and downloads (using Terminus) a new database backup from Pantheon, and (optionally) enables development-related modules in the local environment.
  • "fin downloaddb" command that creates and downloads (using Terminus) a new database backup from Pantheon, and (optionally) enables development-related modules in the local environment.
  • (Commented out) support for xdebug in the docksal-local.yml file.

Prerequisites

Possible future enhancements

  • nginx web container
  • Ability to pass in Pantheon "environment" variable for downloading database backups from a specific environment (scripts currently set to download from "dev").

Instructions for use

/project_root/.docksal/
/project_root/database_dumps/
/project_root/web/{{all the Drupal}}