ho-nl / vagrant-development-box

Maintainer: Paul
MIT License
0 stars 0 forks source link

Possibilty to use media images from production server #37

Closed NickdeK closed 6 years ago

NickdeK commented 6 years ago

As a frontend developer we want to have the catalog images available inside the vagrant box without actually downloading the images from production (to prevent clogging up precious disk space). The images need to be readable by Magento because it has functions that do stuff with these files (a simple .htaccess rule doesn't suffice because of this). We need to take into account that we can't write new files to the production server but our installation does need to write files to the directory.

Idea 1: Mount media folder from production using sshfs with de -ro (read only option).