thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
505 stars 152 forks source link

Dependencies and thumbnails generation #301

Open Phyks opened 9 years ago

Phyks commented 9 years ago

Hi,

I cannot find any list of dependencies for this project. What are the required PHP modules? (gd I guess, but what else?). I think it could be nice to have it in the README.

Plus, I am having issues with thumbnails generation, which takes way too long to generate to do it online. Is there a way to generate them automatically, with a script launched on the remote server in case of having access to a shell? It would be way more practical for large imports.

Thanks!

Phyks commented 8 years ago

Just bumping this issue for requirements. Would be really cool to have them in the README.

Thumbnails generation is the main subject of many other issues I see, so this may not be the best one to discuss it.

thibaud-rohmer commented 8 years ago

Definitely. If you do a pr to do that i'll merge it asap :)

Le lun. 30 mai 2016 à 12:48, Lucas Verney notifications@github.com a écrit :

Just bumping this issue for requirements. Would be really cool to have them in the README.

Thumbnails generation is the main subject of many other issues I see, so this may not be the best one to discuss it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thibaud-rohmer/PhotoShow/issues/301#issuecomment-222466225, or mute the thread https://github.com/notifications/unsubscribe/AAgnQ9RXzZxx5c6kfLZqQPgcGpWSInpMks5qGsB2gaJpZM4GCYeS .

Phyks commented 8 years ago

Ok. Do you see any other required dependency besides gd? I cannot find one at the moment :/

tribut commented 6 years ago

php-xml is one of the requirements I only found by trial and error.