drupal8 Base
Drupal 8 Base is a fresh and clean repo to begin with a new installation of Drupal 8 but with the Configuration Management based on the File and not the Database storage. It provide also a Robofile to create a new Drupal 8 installation.
Like the official composer-project command provide a starting point for your project but without some crucial files
like settings.php
and services.php
that are under version control on official repository.
After the composer install
you will have all files updated at latest develop version of Drupal, a directory tree free
from any repository (autoclean) and your next project ready to be installed.
Requirements
- mysql client (mysql CLI)
- Composer - http://getcomposer.org
Starting point (loc).
- Just clone this repo and launch
composer install
- Copy the
properties.yml.dist
file toproperties.yml
and replace default values with your env values. - Launch the command
bin/robo build
. - Init a git repo, then commit and push the code.