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/vimp -- mediaimport >> /path/to/VIMP/log/mediaimport.log 2>&1

 

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


Important note:

In VIMP versions lower than 6.x, please use the command ./symfony instead of ./vimp in the code above.

 

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

Share via

Related Articles

© VIMP GmbH