Download the PHP package vever001/drupal-site-template without Composer
On this page you can find all versions of the php package vever001/drupal-site-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vever001/drupal-site-template
More information about vever001/drupal-site-template
Files in vever001/drupal-site-template
Package drupal-site-template
Short Description A template for setting up an OpenEuropa Drupal site.
License EUPL-1.2
Informations about the package drupal-site-template
OpenEuropa template for Drupal 8 projects
Please note: this repository contains code that is necessary to generate a new Drupal 8 project, please read carefully this README.md. Do not clone this repository.
You need to have the following software installed on your local development environment:
How do I get my new OpenEuropa project codebase?
First of all choose carefully the name of your new project, it should respect the following convention:
After that contact the QA team, they will create for you a new repository at:
Then generate your new Drupal 8 project codebase by running the following command:
This will download this 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.
After completing the command above you can push the content of <dg-name>-<project-id>-reference
to the GitHub repository created for you by the QA team.
Ok, I've got my codebase, what should I do now?
- The steps to get your new site up and running can be found in
<dg-name>-<project-id>-reference/README.md
. - Check the OpenEuropa Documentation for a list of available components, best practices, etc.
- Make sure you master the concepts of Configuration Management and the related development workflow in Drupal 8.
Should I clone this GitHub project?
No, this repository will only generate your new project's codebase, you then need to push the generated codebase to a dedicated repository, as explained above.
All versions of drupal-site-template with dependencies
composer/installers Version ^1.5
cweagans/composer-patches Version ^1.0
drupal-composer/drupal-scaffold Version ^2.5
drupal/core Version ^8.7
drush/drush Version ^9.0
openeuropa/composer-artifacts Version ~0.1
openeuropa/oe_profile Version ^0.2
openeuropa/oe_theme Version ^0.9
webflo/drupal-finder Version ^1.0
webmozart/path-util Version ^2.3