papegaill/drupal-site-template

A template for setting up an OpenEuropa Drupal site.

1.1.0 2019-09-27 12:21 UTC

This package is auto-updated.

Last update: 2024-04-21 23:24:16 UTC


README

Build Status

Please note: this repository contains code that is necessary to generate a new Drupal 8 project, please read carefully the Start a new project section below before proceeding.

You need to have the following software installed on your local development environment:

Start a new project

To create a new Drupal 8 project run the following command:

composer create-project papegaill/drupal-site-template --stability=dev <dg-name>-<project-id>-reference

This will download the starterkit into the <dg-name>-<project-id>-reference folder and a wizard will ask you for the project name and your organisation. It will use this information to personalize your project's configuration files.

The installer will then download all dependencies for the project. This process takes several minutes. At the end you will be asked whether to remove the existing version history. It is recommended to confirm this question so that you can start your project with a clean slate.

The following steps to get your new site up and running can be found in the README.md inside your newly created project folder.