-
Notifications
You must be signed in to change notification settings - Fork 4
CronJob overview
Andreas Gohr edited this page Nov 22, 2023
·
2 revisions
Some tasks in the translation tool need to be executed regularly. This is done by using cronjobs calling commands.
Jobs are set up for the translate user in their personal crontab. They can be edited by calling crontab -e as the user.
10 0 * * * php /var/www/translate/application/bin/console dokuwiki:updateDwApi
*/5 * * * * php /var/www/translate/application/bin/console dokuwiki:updateGit
Timing:
-
10 0 * * *runs 10 minutes after midnight -
*/5 * * * *runs every 5 minutes
Process
- Translation process
- CronJob overview triggers some commands.
- Commands for regular tasks and occasional maintenance
Files
Maintenance/development
- Deploying to Production is done from GitHub
- Development setup
- Maintenance
- Alternative Git interaction when setting up development setup
- Test steps for checking working of the tool
Documentation
- Components of Symphony used for the Tool
- More detail about using Doctrine
- Description working of the Forms