diff --git a/Setting-up-Drupal-7.md b/Setting-up-Drupal-7.md index 1f104d9..1101789 100644 --- a/Setting-up-Drupal-7.md +++ b/Setting-up-Drupal-7.md @@ -271,6 +271,16 @@ You can visit your newly installed Drupal CMS here: https://cms.example.com +## Post-install steps + +### Setup cron for Drupal + +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 +``` + References ---------- * https://www.drupal.org/node/1030854