Hi,
First, you will need to update erpnext. To do that, run the following
command after starting terminal
Assuming that you have installed erpnext in /var/www/erpnext
cd /var/www/erpnext && lib/wnf.py --pull origin master && lib/wnf.py -l
Next,
Are you using erpnext's virtualbox image?
if yes, you can start terminal and run this command:
wget
http://erpnext.com/files/scheduler_cron.txt && cat
scheduler_cron.txt | crontab -
This will setup cron for you.
If not, what is your erpnext folder path?
In erpnext's virtualbox image, it is /var/www/erpnext
To setup cron, you need to add this line in your crontab.
1. start terminal
2. crontab -e
3. write the following in the blank text editor which opens up
*/3 * * * * cd /var/www/erpnext && /usr/bin/python lib/wnf.py
--run_scheduler >> ~/cron.log 2>&1
replace /var/www/erpnext with your erpnext folder path.
I hope this clears your issue.
We will also update this in the erpnext virualbox image. Thanks for
pointing out the issue.
Thanks,
Anand.
> --
> You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
> To post to this group, send email to
erpnext-dev...@googlegroups.com.
> To unsubscribe from this group, send email to
erpnext-developer...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/erpnext-developer-forum?hl=en.
>