Skip to content
Snippets Groups Projects
Commit 2d2df66d authored by jaapjansma's avatar jaapjansma
Browse files

Update index.md

parent 057f511b
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,18 @@ If `composer` is properly installed, then these example commands will add latest
```
cd /var/www/d10.example.org
composer config extra.enable-patching true
composer require civicrm/civicrm-{core,packages,drupal-8}
composer require civicrm/cli-tools
```
??? info "More detail: Enable patching"
A handful of packages used by CiviCRM require extra patch-files.
This is possible with the popular [cweagans/composer-patches](https://github.com/cweagans/composer-patches)
plugin. However, you must [opt-in to enable it](https://github.com/cweagans/composer-patches#allowing-patches-to-be-applied-from-dependencies).
### Install CiviCRM without any translations {#drupal10-installation}
To install CiviCRM without any translations we use the command line tool `cv` and we assume you already have an empty database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment