Skip to content

papegaill/drupal-site-template

 
 

Repository files navigation

SRB template for Drupal 8 projects

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.

About

OpenEuropa template for Drupal sites.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.7%
  • Gherkin 15.3%