Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Setting Up Cronjobs With Ssh

Setting Up Cronjob With SSH

Cronjobs allows email processing to run at the back end while not interfering with the site operations. In EasyDiscuss, cronjobs are required to parse emails as well as sending out emails.


Creating the cronjob

Login to the server with your username and password and run the following command.

# This command will list crontab available crons
crontab -l

# This command will display crontab editor
crontab -e

Then, the server will load up your favorite editor. Enter the following and save.

*/5 * * * * /bin/wget -O /dev/null "http://yoursite.com/index.php?option=com_easydiscuss&task=cron"

You will need to replace /bin/wget with the correct path to the wget binaries. Every hosting has a different /bin/wget. Please consult with your hosting provider for further explanation.

We use cookies
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience. You can decide whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.