stuporglue / fastback

Gallery capable of showing at least 200,000 photos with scroll, zoom, download, and quick jump to years/dates
MIT License
15 stars 1 forks source link

Running in Docker #1

Open IXEguy opened 1 year ago

IXEguy commented 1 year ago

Took a stab at running fastback in docker, but I am not familiar enough with PHP to get it fully working. I just get the little rectangle with the pulsing ...Loading... text.

I figured out that I needed to enable pcntl by trying to running make_thumbs at the command line.

Anything else that I need to add/update?

My docker branch is located here and this is the Dockerfile.

I'm updating index.php to enable custom paths along the way, but for some reason that debug line never seems to work & I never get fastback.log in the /cache directory either.

stuporglue commented 1 year ago

Thanks for taking a stab at this!

I am going to be out of town until July 4. I just wanted to let you know I saw this and I am excited to look at it when I get back.

IXEguy commented 1 year ago

Sounds good.

Forgot to mention, there is a docker-compose.yml in the branch as well, to bring up a container using the image once built.