knibals / drupaldemo

My demo Drupal site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal demo project

This is a demo projet to showcase some of Drupal competencies. I use an Dockerized installation to ease the setup and because Docker and Git are nowaday the basic requirement for any developper.

I don't (always) like to reinvent the wheel, so I'll use a very robust and well-maintened Wodby's Drupal4 Docker stack.

Installation

This project use Drupal config manager (Config API) because SQL files versionning is so Drupal 7...

Bootstraping in three steps

  1. Boot the containers docker-compose up -d or make up
  2. Enter into the PHP container make shell php
  3. and install the site from configuration drush site-install --existing-config
  4. That's it! Go check the /weather

About

My demo Drupal site

License:MIT License


Languages

Language:PHP 86.7%Language:Shell 8.5%Language:Makefile 3.0%Language:Twig 1.6%Language:JavaScript 0.2%