Updated Setting up Drupal 7 (markdown)

Theodotos Andreou 2018-01-16 08:31:38 +02:00
parent f6e93da188
commit b09e91e9e6

@ -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