Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/os2forms/os2forms_forloeb_profile
This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.
https://github.com/os2forms/os2forms_forloeb_profile
Last synced: about 5 hours ago
JSON representation
This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.
- Host: GitHub
- URL: https://github.com/os2forms/os2forms_forloeb_profile
- Owner: OS2Forms
- Created: 2021-06-01T11:32:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T09:19:05.000Z (4 months ago)
- Last Synced: 2024-12-11T21:22:30.474Z (29 days ago)
- Size: 104 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# OS2forms med Forløb installation profile for Drupal 9
This is a Drupal 9 installation profile for OS2forms project.
## Create a new drupal 9 project
Setting the stability to dev to allow all required packages to be installed and
also enable patching.* Create a new drupal project.
```shell
composer create-project drupal/recommended-project:^9.0 os2forms
```* Change composer config.
```shell
composer config --no-plugins allow-plugins.zaporylie/composer-drupal-optimizations true
composer config --no-plugins allow-plugins.cweagans/composer-patches true
composer config --no-plugins allow-plugins.simplesamlphp/composer-module-installer true
```Set stability and ensure that patching is enabled. It will not automatically be
enabled by the `composer.json` files in the os2form profile.```shell
composer config --json minimum-stability dev
composer config --json extra.enable-patching true
```* Require the components of an os2forms project.
```shell
composer require "os2forms/os2forms:^3.3" "os2forms/os2forms_forloeb_profile:^1.11" --with-all-dependencies
```### Install the os2forms_forloeb_profile
See https://www.drush.org/latest/commands/site_install