Skip to content
Snippets Groups Projects
Commit 97335fd1 authored by resga's avatar resga
Browse files

Add warning to install CiviCRM first, then Drush

parent e9e41d84
No related branches found
No related tags found
1 merge request!50Add warning to install CiviCRM first, then Drush
......@@ -69,6 +69,14 @@ composer require civicrm/civicrm-{core,packages,drupal-8}:'~5.42'
You should adjust the example path (`/var/www/d9.example.org`) and the example version (`~5.42`) as needed.
!!! warning "Install CiviCRM before Drush" You should install CiviCRM packages before installing Drush to avoid dependency issues with `symfony/finder` or `symfony/filesystem`. If you've already got Drush installed and want to install CiviCRM remove Drush first.
```bash
composer remove drush/drush
composer require civicrm/civicrm-{core,packages,drupal-8}
composer require drush/drush
```
If you'd like more details to understand these commands or common errors, then please drill-down below.
??? info "More detail: Enable patching"
......
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