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.