Re: [build] gpg gradle warnings

2023-06-13 Thread Rob Tompkins
Where are the docs housed in the codebase? I ask because I want to contribute to the getting started docs as I get up to speed. > On Jun 13, 2023, at 12:57 PM, Aleksandar Vidakovic > wrote: > > Hi Rob, > > ... nothing to worry about... these warnings are related to our release > gradle

Re: [build] gpg gradle warnings

2023-06-13 Thread Aleksandar Vidakovic
Hi Rob, ... nothing to worry about... these warnings are related to our release gradle plugin, there is nothing wrong here. This thing is only used when we do a release (the final artifacts need to be signed... that's why the GPG stuff is there). Just to say: ignore :-) Cheers, Aleks On

Re: [build] gpg gradle warnings

2023-06-13 Thread Rob Tompkins
Sounds good. Thanks! > On Jun 13, 2023, at 12:57 PM, Aleksandar Vidakovic > wrote: > > Hi Rob, > > ... nothing to worry about... these warnings are related to our release > gradle plugin, there is nothing wrong here. > > This thing is only used when we do a release (the final artifacts

Re: How To Spin Up Local Instance

2023-06-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, Fineract is now using Zulu 17 Alpine as as container https://github.com/apache/fineract/blob/develop/custom/docker/build.gradle 3 months ago I wrote about the Quick (Non production) setup https://github.com/openMF/mifos-x-containers Regards Víctor Romero El mar, 13 jun 2023 a las

[build] gpg gradle warnings

2023-06-13 Thread Rob Tompkins
Hey all, Two things: (1) I’m working on docs for dev setup, and (2) I’m runninng into the following I’m trying to build the project from gradle, and I think it’s succeeding, but I’m getting this warning:

Re: How To Spin Up Local Instance

2023-06-13 Thread Rob Tompkins
I would also wonder where you keep the source that backs the docs so that I can contribute there as I work my way through standing up a local env. Cheers, -ROb > On Jun 12, 2023, at 1:36 PM, James Dailey wrote: > > I should have started with: > > * This is a question we get a lot - how to

On Getting Started with Fineract

2023-06-13 Thread Rob Tompkins
Hello, I have struggled to get the project to build and to figure out where to get a local developent environment started. I’ve started in the standard location one would start [1]. From there, I’m quickly pointed to [2]. From here I get the impression that I’m to run a local instance of

Re: [build] gpg gradle warnings

2023-06-13 Thread James Dailey
Rob - I'll allow Aleks to give you some pointers. At one point Aleks wrote that: "The official documentation should be this: https://fineract.apache.org/docs/current/ (together with https://fineract.apache.org/docs/database)." I'm inclined to agree with him although that means that some of the

SonarCube at Apache for fineract available

2023-06-13 Thread James Dailey
The ASF (Apache Software Foundation) also has an account with SonarCube. Would it be a problem to add the configuration to our GitHub Actions? https://sonarcloud.io/project/configuration/GitHubActions?id=fineract This would require changes to the gradle build file and the .github build yaml We

Re: SonarCube at Apache for fineract available

2023-06-13 Thread James Dailey
We do have it there, however that is not through the Apache infra account. It is somewhat expected that we use official infra accounts when it’s provided. And…If sonarcube wants to start charging us, we’d have no way to pay it officially. On Tue, Jun 13, 2023 at 5:00 PM Petri Tuomola

Re: On Getting Started with Fineract

2023-06-13 Thread Petri Tuomola
Hi Rob - can you share the build log/failures so we can see where this is breaking? Thanks Regards Petri On Wed, 14 Jun 2023 at 07:14, Rob Tompkins wrote: > Hello, > > I have struggled to get the project to build and to figure out where to > get a local developent environment started. I’ve

Re: SonarCube at Apache for fineract available

2023-06-13 Thread Petri Tuomola
Hi James I think we already have this? See https://sonarcloud.io/project/overview?id=apache_fineract At least I remember migrating it when we moved from Travis to GitHub Actions… Regards Petri On Wed, 14 Jun 2023 at 07:14, James Dailey wrote: > The ASF (Apache Software Foundation) also has