os2web/os2web

Drupal 8 OS2Web installation profile

Maintainers

Details

github.com/OS2web/os2web

Source

Issues

Installs: 1 808

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 11

Forks: 0

Open Issues: 0

Type:drupal-profile

1.1.2 2021-06-16 12:03 UTC

This package is auto-updated.

Last update: 2024-05-01 12:59:42 UTC


README

This is a Drupal 8 basic installation profile for an OS2Web project.

Usage

Composer

Use drupal-composer project to fetch drupal core and os2web profile with contribution modules and their dependencies.

Example:

composer create-project drupal-composer/drupal-project:8.x-dev os2web --no-interaction
cd os2web
composer require os2web/os2web
drush si os2web --db-url=mysql://db_user:db_pass@mysql_host/db_name--locale=da --site-name="OS2Web" --account-pass=admin -y

Installation profile

The installation profile only enables commonly used ui modules. It is up to the developer to decide which of the supplied OS2Web modules are needed. These can be enabled from the "Modules" page, otherwise they can be removed.