Skip to content
Snippets Groups Projects
Commit 611c028f authored by homotechsual's avatar homotechsual
Browse files

Merge branch 'master' into 'master'

Add warning to install CiviCRM first, then Drush

Closes #13

See merge request !50
parents e9e41d84 97335fd1
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' ...@@ -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. 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. If you'd like more details to understand these commands or common errors, then please drill-down below.
??? info "More detail: Enable patching" ??? 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