Skip to content

Luukyb/simple-docker-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Docker Drupal

A simple Docker & Drupal for development. This is all.

Apache + PHP 5.6

This branch is still on progress. For more stable, use the nginx branches.

What's included:

  • PHP 5.6 (based on apache)
  • Mariadb

Check the other branches of this repo for some more options.

Official containers only

All of this is based on officials containers, so you won't download any specific containers to use this project.

Get started

All your Drupal files should be placed into the folder "web".

Run docker compose.

$ docker-compose up -d

Import your database or install your site.

$  docker-compose run --rm php ./../vendor/bin/drush site-install

Database credentials

This is for development !!

  • User: drupal
  • Password: drupal
  • Database: drupal

About

A simple Docker & Drupal for development. This is all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published