Coder Social home page Coder Social logo

blakehall / module-developer-guide-demo-site Goto Github PK

View Code? Open in Web Editor NEW

This project forked from drupalizeme/module-developer-guide-demo-site

0.0 0.0 0.0 5.74 MB

Just a copy of the module developer guide demo site, used for testing various other services.

Shell 1.89% PHP 95.22% CSS 0.20% JavaScript 1.47% Twig 1.23%

module-developer-guide-demo-site's Introduction

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 Module Developer Guide. It contains the DDEV based Drupal 10 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/d10.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/d10.final.sql.gz
ddev import-db --file=backups/d10.start-here.sql.gz
ddev import-files --source=backups/public_files.tar.gz
ddev drush updatedb
ddev drush cr

module-developer-guide-demo-site's People

Contributors

eojthebrave avatar blakehall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.