Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
/ pb-opre-kits-drupal Public archive

A playground to tinker with Drupal to help make good decisions with OPRE

License

Notifications You must be signed in to change notification settings

18F/pb-opre-kits-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPRE KITS Drupal playground

A playground for helping us learn about Drupal, how to configure it, how it gets deployed, updated, etc. And also multisite configuration. And other stuff.

Running it

Just run docker compose up. That will create a MariaDB instance, a Drupal instance, and create a Drupal site that uses the MariaDB instance. The admin password will show up in the Docker console output – it's randomly generated the first time the Drupal container starts up.

Why MariaDB?

Starting with MySQL 8.0, it defaults to a SHA2-based authentication. MariaDB is an indepedently-maintained fork of MySQL that is meant to be entirely interoperable, but it does not yet support SHA2 authentication. Drupal ships with MariaDB bindings, so rather than figure out how to get Drupal to use real MySQL or how to disable the SHA2 authentication, I just switched wholesale to MariaDB.

Contributing

Please read the contribution guidelines before submitting a pull request.

Public domain

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

About

A playground to tinker with Drupal to help make good decisions with OPRE

Resources

License

Code of conduct

Stars

Watchers

Forks