/mojo

Batteries include Drupal project template with Redis and object storage for assets.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Mojo

An opinionated Drupal build designed to run in a cloud native environment.

This is a work in progress, see the TODO.md for initial tracking of items.

Quick start

php mojo env:generate --sqlite
php vendor/bin/drush si --account-pass=admin --yes
php mojo serve

Credits

Thanks to Brad Jones and Alexander Sluiter who shared their tips and configurations for running Drupal in a cloud-native environment.

Thanks to Randy Fay for the support with getting the Redis and MinIO services configured with DDEV