Replies: 2 comments 3 replies
-
The database url to use is |
Beta Was this translation helpful? Give feedback.
-
Thank you for your very fast reply and suggestion. Unfortunately I had already tried it and it didn't work. I have now discovered that the problem lies with the symbolic link which redirects the database to a file elsewhere on my host file system. By copying the actual database to ($pwd)/sqlpage the database will then open. I assume that is because the link is working in docker filespace. This leaves me with the problem of how to make the picture files available to the application - I need to symbolic link them as I do not want to copy all the files (there are 30000+) . I guess I must be able to configure docker --volume option somehow (I am a complete novice with docker) |
Beta Was this translation helpful? Give feedback.
-
I have a working sqlpage application that shows photos in a slideshow (the carusel component does not work well with large collections) on an obsolete ipad. This slideshow application uses the database of a digicam photo collection to select photos to display based on user input.
I want to run this application on a rpi using docker.
I have mapped the website *.sql etc files, and the sqlpage.json, however I cannot work out what database path to configure in the sqlpage.json.
Application filesystem (in $pwd) :
sqlpage.json:
cli docker command
...
Beta Was this translation helpful? Give feedback.
All reactions