Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 546 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 546 Bytes

Docker Simple Drupal

Easy way to deploy Drupal project in few steps. Take 🍸 and let the magic happen!

Prerequosites

Docker and Docker Compose

Installation

  1. Clone the directory git clone https://github.com/alan-ps/dsd
  2. Build containers sudo docker-compose up -d
  3. Run installation /bin/bash .build/install.sh scratch

Refs