Hi, im new in the Magento/linux world.
I follow all instruccion to install magento.
The only thing i can make work its the crontab.
When i put manualy
php bin/magento indexer:reindex
work perfect.
But i try to creat crontab and not working
i put this in crontab
1 * * * * /usr/bin/php /var/www/html/magento/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /var/www/html/magento/var/log/magento.cron.log
1 * * * * /usr/bin/php /var/www/html/magento/update/cron.php >> /var/www/html/magento/var/log/update.cron.log
1 * * * * /usr/bin/php /var/www/html/magento/bin/magento setup:cron:run >> /var/www/html/magento/var/log/setup.cron.log
my php folder and magento its right.
Thanks
Sorry for my english