Advertisement
Guest User

50x

a guest
Feb 12th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 1- Entrar en SSH
  2.  
  3. 2- sudo -u www-data crontab -e
  4.  
  5. 3- En la parte de abajo del fichero escribir esto:
  6. */1 * * * * php /var/www/html/magento/bin/magento cron:run
  7. */1 * * * * php /var/www/html/magento/update/cron.php
  8. */1 * * * * php /var/www/html/magento/bin/magento setup:cron:run
  9.  
  10. 4- Guardar fichero
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement