Skip to content

DrupalizeMe/module-developer-guide-demo-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupalize.Me Module Developer Guide Development Environment

This repository is intended to be used as a starting point for following along with the Drupalize.Me Drupal Module Developer Guide. It contains the DDEV based Drupal 11 local development environment used in the Set up Your Development Environment tutorial.

It is possible to use any development environment of your choice to follow along with the guide. The primary things this repository contains are:

  • A composer.json file that contains the current version of the Drupal and the module's installed in the Drupal User Guide.
  • A backup, in backups/ of the database, and files, from the Anytown Farmer's Market site created in the Drupal User Guide.

Follow along with the guide

Branch: main

This project uses DDEV. Following the steps below will give you a site that resembles what you would have built by following the Drupal User Guide scenario.

Set up a cloud based environment and follow along using GitPod.io + DDEV.

Open in Gitpod

Or, to run this locally, clone the repo and then run the following commands:

ddev start
ddev composer install
ddev import-db --file=backups/d11.start-here.sql.gz
ddev import-files --source=backups/public_files.tar.gz
ddev drush updatedb
ddev drush cr

If you want just the results of finishing the user guide, but before starting on the module developer guide use:

Final code

Branch: complete

This branch contains the results of going through the all the task tutorials in the module developer guide. It is primarily used as a reference when working on the guide's content. But can also be used to check your work.

ddev start
ddev composer install
ddev import-db --file=backups/d11.final.sql.gz
ddev import-files --source=backups/public_files.tar.gz
ddev drush updatedb
ddev drush cr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published