Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

A drupal8 boilerplate based on docker-compose and drupal-composer/drupal-project

Quick Start:

Configuration:

  1. Copy .env.example to .env (cp .env.example .env).
  2. Modify .env if needed.

Installation

  1. Run /install.sh - Download (into src) and Setup latest drupal 8

Running

From root Dir - ./build.sh

Website credentials will be printed to the console. Check will be available http://localhost

Working on custom functionality

Custom Modules should be added under src/modules/custom Custom Themes should be added under src/themes/custom

About

A drupal8 boilerplate based on docker-compose and drupal-composer/drupal-project

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.