hi can anyone help me, i installed Magento files in library/webserver/documents/ on mac OS x sierra, and everything is perfectly fine, can somebody help me how to run a cron job in my Localhost installation? take note: I'm not using MAMP or XAMMP, thanks in advance and godless
If you want to trigger cron manually, you can just run command in command line 2 times:
bin/magento cron:run
First time will generate schedule and second one will run cron jobs.
If you want to setup cron in your system, you should remember that mac osx is kind of unix, and you can configure cron, like in this article:
http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cron.html
I actually had to run
php bin/magento cron:run