Skip to content
Snippets Groups Projects

Consolidate the Drupal 7, Drupal 9 page into a single Drupal page and re-organise Drupal content.

Merged justinfreeman (Agileware) requested to merge drupal-consolidation into master
4 unresolved threads

Consolidate the Drupal 7, Drupal 9 page into a single Drupal page and re-organise Drupal content.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • 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:
  • 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.
  • @DaveD those changes you highlighted were unintentional and easy enough to fix. Did you otherwise review the structural changes as a whole?

  • Otherwise looks good!

  • 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.

    Compare with previous version

  • mentioned in commit fc7b90a3

  • Please register or sign in to reply
    Loading