Skip to content
Ben Scott edited this page Oct 8, 2021 · 18 revisions

Welcome to the Scratchpads development wiki!

This wiki is for instructions and help files, for those developing the Scratchpads code base.

For instructions on using a Scratchpads, please see https://scratchpads.readthedocs.io/en/latest/

Installing & running Scratchpads

Development environment

How to set up your development environment.

DDEV

DDEV

Docker

Installing-Scratchpads-with-Docker-Compose

Debugging-Docker-with-Xdebug

Notes:

To import a database into Docker

cat ../wallace.sql | docker exec -i scratchpads.apache drush sql-cli

Production environment

Install Docker and Docker Compose (Centos 7)