os2web/os2web

Drupal 8 OS2Web installation profile

Maintainers

Package info

github.com/OS2web/os2web

Type:drupal-profile

pkg:composer/os2web/os2web

Statistics

Installs: 2 014

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.1.2 2021-06-16 12:03 UTC

This package is auto-updated.

Last update: 2026-03-12 11:47:12 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.