Hi Anirudh,
You may want to take a look at this recent thread:
http://markmail.org/thread/wwzamg4nbwewnndq
Starting Fineract:
In gradle.properties file add
env=dev
Run the gradle task build or classes.
Start the MariaDB/MySQL server on localhost. Follow this guide to populate the
database with needed defaults,
http://cwiki.apache.org/confluence/display/FINERACT/Fineract+101 (You need to
do this only once.)
Then to start Fineract you can run this class from your IDE:
fineract-provider/src/main/java/org/apache/fineract/ServerApplication.java
Regards,
Aditya Hendre
On Monday 20 June 2016 12:29 AM, Anirudh Jain wrote:
Hi,
I have forked the github project and created a local copy on my eclipse
ide. I am a bit confused on how to proceed with the build next. The
instructions on the website say build it as a gradle project. Will that be
the fineract-provider folder?
I am sorry for asking such a basic question.
Rgds,
Anirudh
On Sun, Jun 19, 2016 at 6:04 PM, Markus Geiß <markus.ge...@live.de> wrote:
Hey Anirudh,
simply try to setup your dev environment to be able to mimic the bug,
Then create a branch named after the issue and try to solve it. Once you
feel comfortable, send a pull request and we will review and comment.
Best,
Markus
.::YAGNI likes a DRY KISS::.
From: Anirudh Jain <spond...@gmail.com>
Sent: Saturday, June 18, 2016 9:36 PM
To: dev@fineract.incubator.apache.org
Subject: Re: Beginner at FOSS and development in general
Hi Markus,
Thanks for your help. After going through the bug list I think FINERACT-176
is the one I would like to tackle first. It seems simple enough. But what
should i do next?
Rgds,
Anirudh
On 14-Jun-2016 9:21 AM, "Markus Geiß" <markus.ge...@live.de> wrote:
Hey Anirudh,
first of all welcome.
I'd recommend to search JIRA for a bug or two you fell attracted too.
Simply click here for a list:
https://issues.apache.org/jira/browse/FINERACT-166?jql=project%20%3D%20FINERACT%20AND%20issuetype%20%3D%20Bug%20AND%20status%20%3D%20Open
Once you've found a, drop us line at the dev list and we will try to help
get all steps done needed to fix it.
Best,
Markus
.::YAGNI likes a DRY KISS::.
________________________________
From: Anirudh Jain <spond...@gmail.com>
Sent: Monday, June 13, 2016 4:49 PM
To: dev@fineract.incubator.apache.org
Subject: Beginner at FOSS and development in general
Hi all,
I am a student and a coder and an open source enthusiast. After months of
going through projects and getting frustrated, in general, I would very
much like to be a part of the fineract project. I have read the
contributor's guide on the fineract web page but I am still a little bit
confused about how to get the developer environment running.
I have forked the git repo and added to my eclipse IDE. I am a little
confused how to proceed from here and also taking my first steps. I will
be
glad to accept any help I can get.
Regards,
Anirudh Jain