From b09e91e9e6c3b47ab18a2fdcb737465d4fce3419 Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Tue, 16 Jan 2018 08:31:38 +0200 Subject: [PATCH] Updated Setting up Drupal 7 (markdown) --- Setting-up-Drupal-7.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Setting-up-Drupal-7.md b/Setting-up-Drupal-7.md index cff4a06..9314d53 100644 --- a/Setting-up-Drupal-7.md +++ b/Setting-up-Drupal-7.md @@ -281,6 +281,16 @@ Under the *webadmin* user run `crontab -e` and use this cron job: 5 * * * * php /srv/webadmin/cms/sites/all/modules/civicrm/bin/cli.php -u cmsadmin -p exjeijPadwadvigfaymNosgavVisebr -e Job -a execute ``` +### Check the status page + +Visit the status page for any errors or warnings that need to be attended: + +``` +https://cms.example.com#overlay=admin/reports/status +``` + +If all is good we can move to the next step. + References ---------- * https://www.drupal.org/node/1030854