Consolidate the Drupal 7, Drupal 9 page into a single Drupal page and re-organise Drupal content.
Consolidate the Drupal 7, Drupal 9 page into a single Drupal page and re-organise Drupal content.
Merge request reports
Activity
@DaveD here's the consolidation of the Drupal documentation I was thinking would make sense.
@DaveD re: PS. I can see the changes on https://docs.civicrm.org/installation/en/latest/drupal9/ - eg. "
CiviCRM follows the Drupal community's decisions around which versions of Drupal receive support. Drupal 8 is no longer supported
..." is shown on the page plus other changes.
310 311 CiviCRM has a command-line administration tool, `cv`, which can perform installation. For details, see [command-line installer](../general/cli-cv.md). 312 313 # Troubleshooting {:#troubleshooting} 314 315 * Review the [Troubleshooting](../general/troubleshooting.md) page for help with problems you may encounter during the installation. 316 317 # Post-installation {:#post-install} 318 319 Recommended steps to perform after installing CiviCRM on Drupal. 320 220 321 ## Review the permissions {:#permissions} 221 322 222 323 !!! note "" 223 Drupal will create the `/files/` directory (and make it writeable), but only when saving `admin/settings`. Same holds for `/temp` directory, and a `/uploads/` directory in the CiviCRM module root. On a brand-new Drupal install, this directory may be missing. Even on an existing installation, if file permissions are not set properly, the directory may be missing. If enabling the **CiviCRM** module generates errors regarding the files directory, you must create it (writeable) manually. 324 Drupal will create the `/files/` directory (and make it writeable), but only when saving `admin/settings`. Same holds for `/temp` directory, and a `/uploads/` directory in the CiviCRM module root. On a brand-new Drupal install, this directory may be missing. Even on an existing installation, if file permissions are not set properly, the directory may be missing. If enabling the **CiviCRM** module generates errors regarding the files directory, you must create it (writeable) manually. Hi @justinfreeman there's a couple places where the indentation has changed and it changes the formatting. I may not have found them all but here for example it looks like this now instead of an infobox like at https://docs.civicrm.org/installation/en/latest/drupal9/#permissions:
changed this line in version 2 of the diff
231 332 232 333 <!-- markdownlint-disable MD046 --> 233 334 !!! tip "Permissions for the Anonymous Role" 234 Many sites want anonymous visitors to have access to certain CiviCRM functionality. These permissions are enabled during installation for the Anonymous role. You should review them and modify if needed based on your requirements: 335 Many sites want anonymous visitors to have access to certain CiviCRM functionality. These permissions are enabled during installation for the Anonymous role. You should review them and modify if needed based on your requirements: changed this line in version 2 of the diff
298 399 299 400 2. Verifies the server certificate, and doesn't require a client certificate. 300 401 301 !!! warning "Host name must match certificate name" 302 Note that the DATABASE SERVER certificate would have to have a CN (common name field) that matches exactly the `host` you are using in `$databases['default']['default']['host']`. So if the host is `db435.examplehost.com`, then that must be the name on the SERVER certificate. 402 !!! warning "Host name must match certificate name" 403 Note that the DATABASE SERVER certificate would have to have a CN (common name field) that matches exactly the `host` you are using in `$databases['default']['default']['host']`. So if the host is `db435.examplehost.com`, then that must be the name on the SERVER certificate. changed this line in version 2 of the diff
@DaveD those changes you highlighted were unintentional and easy enough to fix. Did you otherwise review the structural changes as a whole?
Thanks @DaveD - I'll fix up those formatting quirks and then merge & publish.
added 1 commit
- bb1e5f59 - Consolidate the Drupal 7, Drupal 9 page into a single Drupal page and re-organise Drupal content.
mentioned in commit fc7b90a3
Done and published, https://docs.civicrm.org/installation/en/latest/drupal/