diff --git a/docs/drupal8/index.md b/docs/drupal8/index.md index 65fd61e9be5cc0fb221b15c39277370fa42c7ebe..b1bdfc05b0d007bb59f5409cdbb23cfeeaf3dce5 100644 --- a/docs/drupal8/index.md +++ b/docs/drupal8/index.md @@ -26,7 +26,7 @@ To download CiviCRM on a Drupal 8 site we'll need to ask [Composer](https://www. Best practice is to use `composer require` locally or in dev/test and then deploy your `composer.lock` to staging and use `composer install` which requires less memory and implements the changes you've tested and committed to your repo! <!-- markdownlint-enable MD046 --> -### Expert Mode - Just the install instructions +### Expert Mode - Just the command To require the CiviCRM libraries on a Drupal 8 site you can use the following one-line command: @@ -105,7 +105,7 @@ Now we move onto [Installing CiviCRM - Command line install](#installing-command * Currently there is no interactive installer for CiviCRM on Drupal 8 and enabling the module in Drupal 8 will install CiviCRM into your existing Drupal 8 database. !!! tip "Where Should I Store CiviCRM Data?" - CiviCRM on Drupal 8 can only install into your existing Drupal 8 database. However using a separate database is generally preferred - as it makes backups and upgrades easier. If you want to use a separate CiviCRM database you'd need to create the CiviCRM database manually and move the `civicrm_` tables into the new CiviCRM database, then update `civicrm.settings.php` with the new database details. + [GUI installs](#installing-gui) of CiviCRM on Drupal 8 can only install into your existing Drupal 8 database. However using a separate database is generally preferred - as it makes backups and upgrades easier. If you want to install via the GUI **and** use a separate CiviCRM database you'd need to create the CiviCRM database manually and move the `civicrm_` tables into the new CiviCRM database, then update `civicrm.settings.php` with the new database details. If you want to install directly into a separate database see the [command line install](#installing-commandline) instructions. ### Command line install {:installing-commandline} @@ -131,7 +131,7 @@ cv core:install -vv --db="DATABASE" --cms-base-url="URL" --lang="LANG" ``` <!-- markdownlint-enable MD046 --> -Replace `cv` with the path to the cv phar on your system if appropriate. The parts in `CAPS` above will need to be replaced with your site-specific information as follows: +Replace `cv` with the path to the cv phar on your system if applicable. The parts in `CAPS` above will need to be replaced with your site-specific information as follows: * `DATABASE` (required) is the [DSN](https://en.wikipedia.org/wiki/Data_source_name) for the database where you want CiviCRM installed. * `URL` (required) is the canonical URL to the root of your CMS site. diff --git a/docs/index.md b/docs/index.md index 23e659c82decabd947b4b8671b8280a3a700cc24..deab4b53bc89f48ef78c59649961dbe0fcd5c5f3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ ## Scope of this guide -This guide is for people installing a [CiviCRM](https://civicrm.org) instance for an organization. +This guide is for people installing a [CiviCRM](https://civicrm.org) instance for an organization. It will take you through downloading and installing CiviCRM on one of the supported Content Management Systems. It is not intended to provide information on installing the CMS itself. ### Installation Guide vs other guides