Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2web/os2web
Drupal 8 Installation profile
https://github.com/os2web/os2web
drupal drupal-distribution drupal-profile drupal8 os2web
Last synced: 25 days ago
JSON representation
Drupal 8 Installation profile
- Host: GitHub
- URL: https://github.com/os2web/os2web
- Owner: OS2web
- License: eupl-1.2
- Created: 2014-11-20T13:42:59.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-23T10:46:16.000Z (2 months ago)
- Last Synced: 2024-09-27T10:41:17.421Z (about 1 month ago)
- Topics: drupal, drupal-distribution, drupal-profile, drupal8, os2web
- Homepage:
- Size: 636 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS2Web [![Build Status](https://travis-ci.org/bellcom/os2web.svg?branch=8.x)](https://travis-ci.org/bellcom/os2web)
This is a Drupal 8 basic installation profile for an OS2Web project.
## Usage
### Composer
Use [drupal-composer project](https://github.com/drupal-composer/drupal-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.