Updated Setting up Drupal 7 (markdown)
parent
0e53cba055
commit
9acca63885
|
@ -271,6 +271,16 @@ You can visit your newly installed Drupal CMS here:
|
||||||
|
|
||||||
https://cms.example.com
|
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
|
References
|
||||||
----------
|
----------
|
||||||
* https://www.drupal.org/node/1030854
|
* https://www.drupal.org/node/1030854
|
||||||
|
|
Loading…
Reference in a new issue