meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cron [2023/06/22 21:10] – [Cron Scripts] johnny | cron [2025/12/07 02:41] (current) – [Script purposes] 108.63.126.75 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Cron ====== | ====== Cron ====== | ||
| - | ITFlow | + | ITFlow |
| - | ==== Cron Enable & Key ==== | ||
| - | In order to ensure only Cron executes | + | ==== Script purposes ==== |
| + | All Cron scripts are now in the ''/ | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| - | Login to ITFlow as an admin. Navigate to **Settings** > **Alerts**: | + | |
| - | * Enable cron | + | ==== Crontab file ==== |
| - | * Generate a Cron Key | + | |
| - | ==== Cron Scripts ==== | + | To setup the scheduled tasks, copy the [[https://github.com/itflow-org/itflow-install-script/blob/main/cron.d-itflow|provided cron.d-itflow file]] to your system' |
| - | The following scripts should be added to your Cron: | + | |
| - | * php /full/path/to/**cron.php** **[KEY]** | + | |
| - | * php /full/path/to/ | + | |
| - | * php /full/path/to/ | + | |
| + | //NB: If installed using the automated script after v25.10, this will have been done for you.// | ||
| + | |||
| + | |||
| + | ==== Cron Activation ==== | ||
| + | You must then activate Cron within ITFlow: | ||
| + | |||
| + | * Sign in to ITFlow with administrative rights. | ||
| + | * Navigate to **Settings** > **Notifications** | ||
| + | * Enable Cron | ||