Hello all,
I have a computer on a Microsoft server 2012. I use Xampp (an easy php/my sql combo). Oxwall 1.5.1 New install on my private local network and all is working.
Now the question : What about the Cron job ? The doc say this :
To have your site working properly you have to create a cron job to run ow_cron/run.php every minute (http://docs.oxwall.org/install:cron)
Ok it's not a linux server, wget/lynx/curl is not my world. So i use this in a .bat file :
C:\>start c:\xampp\php\php.exe C:\xampp\htdocs\social\ow_cron\run.php
It open a black cmd windows and after that nothing special. Is it working or not? How can i check if it's ok ? In the doc, i can see some blabla about ssh login, what is this ? I read the doc but it won't reply to my questions.
Thx in advance for your help