-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline version of FLAT? #182
Comments
Hi Alex, FLAT is currently included in LaMachine and can already be run locally through a virtual machine if she's on a Windows system. However, there are two caveats you'll probably run into:
We're slowly deprecating our LaMachine solution and I'm planning to create a more lightweight FLAT OCI/docker container (I can do that this week). This could then be used for your use case, you can simply expand upon the Dockerfile then. On the user-end she'd then only need the docker daemon (which will arrange virtualisation in case she's on Windows) and can then connect via localhost. I'd still have to find a fitting solution for the 2nd problem (using some local cache dir probably) but that looks doable. I certainly want to support this use-case as I also consider offline-usage important in general, and this specific case is of course a painful illustration of why we can't always assume everybody to be connected all the time. |
Thank you so much, Maarten. The lightweight FLAT OCI/docker container sounds really neat. We look forward to your update on that and the solution for the 2nd problem. |
…at disables remote downloads of set definitions and looks locally instead. (proycon/flat#182) Enables off-line usage.
…urther envrionment variables + documentation #182
This is now implemented and released (v0.11). There is a new OCI/Docker container available and you can now specify the FLAT configuration via external yaml files (point 1) and some environment variables (so you don't have to edit Regarding the inability to download set definitions (point 2) when offline, I implemented a |
Thank you. I have managed to create a working offline instance of FLAT with our specific configuration. |
Hi Maarten,
We have a collaborator currently living in Kharkiv, Ukraine. She hasn't been able to work with us, mainly using FLAT, since the war started due to no access to reliable Internet connection. We are thinking of resuming her work by instructing her to create an offline version of FLAT on her PC computer. As she is not a programmer, the instruction should be as simple as possible. Do you have any experience of supporting similar cases or any advice for us?
Best,
Alex
The text was updated successfully, but these errors were encountered: