Zum Hauptinhalt springen

Documentation

IMPORTANT

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

Ssh

For experienced users who do not have any problems accessing the server to setup the cronjob via SSH, you may follow the guide below:

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

    crontab -e
    
  2. Then, the server will load up your favorite editor. Enter the following and save.

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

    */5 determines that the cronjob will be executed every 5 minutes. If you are unsure about the url, Please read cronjob command here