Re: [Mifos-developer] Mifos x lossin all data user accounts after docker service restart

2024-09-03 Thread Jose Alberto Hernandez
Hello! Please refer to the next GitHub repo https://github.com/alberto-art3ch/mifosx_in_minutes To see the docker-compose.yml file (line 10) to mount a local file system in docker and persist the data Thanks Alberto On Tue, Sep 3, 2024 at 11:35 AM Laban Kibowen wrote: > John you need to mount

Summer Intern Final Showcase - Friday September 13 at 1500GMT via Zoom Webinar

2024-09-03 Thread Ed Cable
Hi everyone, Our 2024 summer intern programs for Google Summer of Code and Code for GovTech will soon be coming to a close. Our GSOC interns have already successfully completed their internships and our C4GT interns have just under two weeks left in their program. To share with you all the progre

Re: [Mifos-developer] Mifos x lossin all data user accounts after docker service restart

2024-09-03 Thread Laban Kibowen
John you need to mount a volume on your host to persist the data. That way you can run compose down use a different version and still have your data intact. On Tue, Sep 3, 2024, 09:18 John Mukundo wrote: > Hello users, > > I am using mifos x v24 on Ubuntu 24 running on docker. > > > > There is s

Re: Discussion on Build System improvements

2024-09-03 Thread Aleksandar Vidakovic
... the performance issues stem from "dependsOn"... and similar... there are also neat features in Gradle where you can precompile pretty much all of the build script (and "configuration" cache it) which would boost the build process by a lot (disclosure: I am using this technique in projects with

Re: Discussion on Build System improvements

2024-09-03 Thread Kristof Jozsa
I believe many of our issues stem from our current Gradle build being overly complex. One of my main concerns with Gradle is that it allows customization to evolve completely out of control. Following this principle, I would be opposed to adding new elements to our build. Instead, I’d like to see