ec-europa/subsite

Subsite template to initiate a new subsite project that uses toolkit.

Maintainers

Details

github.com/ec-europa/subsite

Source

Installs: 2 737

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 19

Forks: 17

Type:project

dev-release/10.x 2023-03-09 08:05 UTC

README

The OPEN EUROPA IT Platform is the technical side of the digital transformation programme at the European Commission. This composer project contains the subsite templates that are used to build the projects.

Choose the right version

A specific branch is provided for each Drupal core version.

  • Note: these are the default values that you can configure.

Installation

The build system for NextEuropa projects is packaged in a toolkit that can be found here: ec-europa/toolkit . This is the only required composer package to set up your project. To initiate a new project you can execute the following command (replace the branch to fit your needs):

git clone git@github.com:ec-europa/subsite.git --branch=release/9.x project-folder-name
cd project-folder-name
docker-compose up -d
docker-compose exec web composer create-project

This will clone the current repository and install the toolkit. After this is done the .git/ files of the template repository will be removed. This sets up a clean toolkit that you can git init your own project on. For any information on toolkit usage, please refer to its documentation: ec-europa/toolkit