There was a problem loading the comments.

How to install the media import cron job?

Support Portal  »  Knowledgebase (FAQ)  »  Viewing Article

  Print
Editions: Ultimate, Enterprise, Campus, Module Media Import
Versions: 3.6.0+


Open the crontab (as root):

# crontab -e


Insert the following line and save the file afterwards:

*/1 * * * * php -f /path/to/VIMP/symfony -- mediaimport >> /path/to/VIMP/log/mediaimport.log 2>&1


Important: Close the line with "Return/Enter". There must be at least one more blank line below the entry.

Note: You have to edit both paths, the one to "symfony" and the other one to the log/ directory.

Share via

Related Articles

© VIMP GmbH