There is official documentation. This guide assumes you already have a functioning LAMP-stack with the minimum Magento 2 requirements (5.4X<=PHP<=5.5.X & >= MySQL 5.6.X). There are five steps to complete install magento 2 on window : 1. Install Composer on Window Download and run Composer-Setup.exe – it will install the…
Update : From magento 1.9 , it’s not allowed to call cron.php directly via http. So you could change command : curl -s -o /dev/null http://your-domain.com/cron.php to /bin/sh/YOUR_WEBSITE_DIRECTORY/public_html/cron.sh There are many Magento tutorials guiding how to set up a cron job in Magento. But I like to post this tutorial for…