Page 1 of 1

docker[-compose] instructions?

Posted: Sun Aug 01, 2021 5:01 pm
by Joachim
I would like to try out Serendipity, preferably with a docker or docker-compose based installation. Unfortunately I cannot find instructions for docker, and the containers at hub.docker.com appear to be outdated.
Anyone willing to provide a starting point?
Thanks, Joachim

Re: docker[-compose] instructions?

Posted: Wed Aug 04, 2021 8:18 pm
by onli
Hi Joachim, I am sadly not aware of good ready-made setup there. Serendipity is a very classical PHP applications though, with a variable choice of database backends. Meaning that in theory a generic manual like https://semaphoreci.com/community/tutor ... pplication could be a valid starting point. That makes it look a bit complicated though, whereas installing s9y on a normal shared host tends to be very easy. You upload the files and are done, the installer starts right away and is just there to input some data.

If you follow that manual anyway keep in mind that there are no composer dependencies to install (we bundle those), but some php extensions (and ideally imagemagick) instead.