https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 --- Comment #37 from Agustín Moyano <agustinmoyano@theke.io> --- (In reply to Agustín Moyano from comment #36)
(In reply to Barbara Johnson from comment #35)
Hi Agustín,
Thanks for the new test plan. I'm new at testing bugs. I'm not sure what I'm supposed to do for step 10 (perl misc/cronjobs/automatic_renewals.pl -c --send-notices -v) or 15 (add -d flag)
Thanks.
Hi Barbara, that step executes what a cronjob would do.
You should copy that line and paste it in a console, un the root of Koha project.
To get a console: * if you are using koha-testing-docker in your linux console you should: 1. docker exec -ti koha_koha_1 bash 2. cd koha 3. perl misc/cronjobs/automatic_renewals.pl -c --send-notices -v
* If you use vagrant, in your linux console, in the root of your vagrant project execute: 1. vagrant ssh 2. perl misc/cronjobs/automatic_renewals.pl -c --send-notices -v
* If you've got a testing server you should: 1. ssh youruser@kohatestingserver 2. cd /koha/project/path 3. perl misc/cronjobs/automatic_renewals.pl -c --send-notices -v
I'm assuming in all cases that you are using any distribution of Linux to develop.
If you're using windows I don't know.
Hope it helps!
Sorry, just crossed my mind.. if you're not a developer, then you should ask the help of a technician -- You are receiving this mail because: You are watching all bug changes.