I have tried Gramps Web as an installed Program via the Chrome install App feature on Win 10. I really like the interface and how it feels. Now I was wondering, is it possible to package Gramps Web to be a Desktop App that runs offline and syncs all changes as soon as the Internet connection is reestablished?
Hello, yes I would be interested in that too.
I would also like to use Gramps Web but installing it on a Raspi or as a hosted web application is too complicated for me.
Can you explain how you did that in Chrome?
I didn’t run Gramps Web in Chrome. I meant that the Website ran in it’s own Window but it still needed an Internet connection and a Server to connect to an be usable.
Later I can post how I did, what I did in Chrome.
I used it when I was testing the Free Trail for grampshub.com
I tried to install a Gramps Web instance on a RPi 3 but I have not come very far yet.
I keep hoping to find the energy to get a Raspberry Pi and run GrampsWeb as a local server for the more modern interface for browsing, while running Gramps for Desktops for the power tools and sync.
It would be nice to gain the experience to see if a Pi-Faced GrampsWeb would be powerful enough to be a portable Family Reunion tool. Or if that would require more power for that many simultaneous users.
This is not an app as functional unit, this is a “shortcut” to website that Chrome calls “app”.
You can run entire package on Win, however, you likely cannot avoid fun with docker. As for now grampsweb uses redis (can be described as in memory cache), I’m not sure if it be can ran outside of Linux; hence containers come handy.
So, install docker desktop for Win (free for personal use), copy-paste docker-compose.yml from instructions (side note, I’m not sure why original compose file redirect container’s port to 80, it seems to be restricting for some scenarios), run “docker compose up -d” in cmd, then go http://localhost in browser.