File tree Expand file tree Collapse file tree 1 file changed +22
-8
lines changed Expand file tree Collapse file tree 1 file changed +22
-8
lines changed Original file line number Diff line number Diff line change 22
33This is a Drupal 9 installation profile for OS2forms project.
44
5- ## Create a new drupal 9 project with dev stability to allow all required packages to be installed.
5+ ## Create a new drupal 9 project
66
7- 1 ) Create a new drupal project.
8- ```
7+ Setting the stability to dev to allow all required packages to be installed and
8+ also enable patching.
9+
10+ * Create a new drupal project.
11+
12+ ``` shell
913composer create-project drupal/recommended-project:^9.0 os2forms
1014```
1115
12- 2 ) Change composer config.
13- ```
16+ * Change composer config.
17+
18+ ``` shell
1419composer config --no-plugins allow-plugins.zaporylie/composer-drupal-optimizations true
1520composer config --no-plugins allow-plugins.cweagans/composer-patches true
1621composer config --no-plugins allow-plugins.simplesamlphp/composer-module-installer true
17- composer config minimum-stability dev
1822```
1923
20- 3 ) Require the components of an os2forms project.
24+ Set stability and ensure that patching is enabled. It will not automatically be
25+ enabled by the ` composer.json ` files in the os2form profile.
26+
27+ ``` shell
28+ composer config --json minimum-stability dev
29+ composer config --json extra.enable-patching true
2130```
22- composer require "os2forms/os2forms:^3.3" "os2forms/os2forms_forloeb:^2.5" "os2forms/os2forms_forloeb_profile:^1.11" --with-all-dependencies
31+
32+ * Require the components of an os2forms project.
33+
34+ ``` shell
35+ composer require " os2forms/os2forms:^3.3" " os2forms/os2forms_forloeb_profile:^1.11" --with-all-dependencies
2336```
2437
2538### Install the os2forms_forloeb_profile
39+
2640See https://www.drush.org/latest/commands/site_install
You can’t perform that action at this time.
0 commit comments