opengov/basic

Project template for Drupal 8 GC Basic project with composer

Installs: 47

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-profile

dev-master 2019-10-16 19:52 UTC

This package is auto-updated.

Last update: 2024-03-17 05:42:45 UTC


README

Build Status

This project template provides a starter kit for managing your site dependencies with Composer with an application of the WET-BOEW GCWeb theme.

Usage

  1. Install composer.

Optional - Global composer installation. If skipping, you may need to replace composer with php composer.phar for your setup.

  1. Create project
composer create-project opengov/opengov-project:dev-master MYPROJECT --no-interaction
  1. Install using interface, choose Basic as your installation profile. As an alternative, you can also use drush for installation
drush site:install basic

What does the template do?

The template will setup:

  1. Drupal core in html/core directory.
  2. Profiles in html/profiles directory.
  3. Contributed modules in html/modules/contrib directory.
  4. Libraries for WET-BOEW in html/libraries directory.
  5. Themes in html/themes directory and enables GCWeb as default theme.
  6. settings.php and services.yml in html/sites/default directory.
  7. Drush in vendor/bin/drush directory.
  8. DrupalConsole in vendor/bin/drupal directory.