Breder,

You seem to be new to Linux. If so please take a day or 2 and go through
this guide:
https://the-eye.eu/public/Books/HumbleBundle/unix_bookbundle_freetier_updated_1479930452.pdf

It is just 25 pages. If you get into problems, Google everything and learn
more. Please, Dont come here with Linux problems. This is very important
for your career as a Software Developer.


Thanks.
Awasum

On Thu, Feb 14, 2019 at 7:47 PM Awasum Yannick <[email protected]> wrote:

> Kelvin, Have a call with her and get it sorted out then Breder should
> share here how the problem was solved if you people succeed.
>
> On Thu, Feb 14, 2019 at 6:28 PM Kang Breder <[email protected]> wrote:
>
>> I have done so yet i get the error;
>> bash: ./gradlew: No such file or directory
>>
>> On Thu, Feb 14, 2019 at 6:16 PM Kelvin Ikome <[email protected]> wrote:
>>
>> > The command needs to be executed inside of the directory.
>> >
>> > On Thu, Feb 14, 2019 at 6:09 PM Kang Breder <[email protected]>
>> wrote:
>> >
>> > > In the directory "downloads" where i extracted the achive file.
>> > >
>> > >
>> > > On Thu, Feb 14, 2019 at 6:05 PM Kelvin Ikome <[email protected]>
>> wrote:
>> > >
>> > > > In which directory did you execute the command?
>> > > >
>> > > > On Thu, Feb 14, 2019 at 5:48 PM Kang Breder <[email protected]>
>> > > wrote:
>> > > >
>> > > > > Hello!
>> > > > >
>> > > > > I have successfully installed the fineract platform and i have
>> also
>> > > > > downloaded gradle wrapper and apache-rat-0.12-bin.tar.gz.
>> > > > > After extracting apache-rat-0.12-bin.tar.gz, i tried to run it on
>> > > ubuntu
>> > > > > 16.04 using the command " ./gradlew rat " as seen on the
>> > documentation.
>> > > > > It gives this error;
>> > > > > sudo: ./gradlew: command not found
>> > > > >
>> > > > > Please i need help in resolving this issue
>> > > > >
>> > > > > Thanks
>> > > > >
>> > > > >
>> > > > > On Tue, Feb 12, 2019 at 7:59 PM Courage Angeh <
>> > [email protected]>
>> > > > > wrote:
>> > > > >
>> > > > > > Hi Breder,
>> > > > > >
>> > > > > > Where are you trying to download the war file from?
>> > > > > > Did you clone and build successfully?
>> > > > > >
>> > > > > >
>> > > > > > On Tue, Feb 12, 2019 at 12:02 PM Kelvin Ikome <
>> [email protected]>
>> > > > > wrote:
>> > > > > >
>> > > > > > > Hi Breder,
>> > > > > > >
>> > > > > > > You can find fineract-provider in this repository:
>> > > > > > > https://github.com/openMF/incubator-fineract
>> > > > > > >
>> > > > > > > Clone, build and copy the fineract-provider.war file into your
>> > > tomcat
>> > > > > > > webapps directory (/usr/share/tomcat7/webapps/) as specified
>> on
>> > > step
>> > > > 4
>> > > > > of
>> > > > > > > the documentation (
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Ubuntu+Server
>> > > > > > > ).
>> > > > > > >
>> > > > > > > Kelvin :)
>> > > > > > >
>> > > > > > > On Tue, Feb 12, 2019 at 5:52 PM Kang Breder <
>> > [email protected]>
>> > > > > > wrote:
>> > > > > > >
>> > > > > > > > Hello Paul.
>> > > > > > > > I think i do not have the fineract-provider.war file
>> downloaded
>> > > in
>> > > > my
>> > > > > > > > machine and i am having trouble downloading it.
>> > > > > > > >
>> > > > > > > > Thank you!
>> > > > > > > >
>> > > > > > > > On Tue, Feb 12, 2019 at 5:25 PM paul tuhill
>> > > > > > > > <[email protected]> wrote:
>> > > > > > > >
>> > > > > > > > > Hi Kang,
>> > > > > > > > >
>> > > > > > > > >      This will probably be either because you are not in
>> the
>> > > > > > directory
>> > > > > > > of
>> > > > > > > > > the fineract-provider.war file or the webapp directory is
>> not
>> > > > > > > > > /usr/share/tomcat8/webapps/
>> > > > > > > > > though it appears the file is not present so if you run
>> > "find /
>> > > > > -name
>> > > > > > > > > fineract-provider.war" it should give you the correct
>> > location
>> > > to
>> > > > > > copy
>> > > > > > > > > from. It could also be a permissions issue with the file
>> if
>> > the
>> > > > > user
>> > > > > > > you
>> > > > > > > > > have has no access to the file though the sudo should
>> > override
>> > > > > this,
>> > > > > > > when
>> > > > > > > > > you have copied the file check the permissions as if your
>> > > tomcat
>> > > > > does
>> > > > > > > not
>> > > > > > > > > run as root (which it really should not) it may not be
>> able
>> > to
>> > > > > access
>> > > > > > > the
>> > > > > > > > > .war file (I have been caught by this so many times over
>> the
>> > > > > years).
>> > > > > > > > >
>> > > > > > > > > Paul
>> > > > > > > > >
>> > > > > > > > > On Tue, 12 Feb 2019 at 16:06, Kang Breder <
>> > > [email protected]>
>> > > > > > > wrote:
>> > > > > > > > >
>> > > > > > > > > > Hello.
>> > > > > > > > > > While installing fineract on ubuntu 16.04, i get this
>> error
>> > > at
>> > > > > the
>> > > > > > > > > > penultimate step of the installation process found in
>> doc
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Fineract+Installation+on+Ubuntu+Server
>> > > > > > > > > > .
>> > > > > > > > > >
>> > > > > > > > > > root@kbrederj-X401A1:/home/kbrederj# sudo cp
>> > > > > fineract-provider.war
>> > > > > > > > > > /usr/share/tomcat8/webapps/
>> > > > > > > > > > cp: cannot stat 'fineract-provider.war': No such file or
>> > > > > directory
>> > > > > > > > > >
>> > > > > > > > > > I seem not to find any solution online. Please i need
>> help
>> > in
>> > > > > > > resolving
>> > > > > > > > > > this.
>> > > > > > > > > >
>> > > > > > > > > > Thank you
>> > > > > > > > > >
>> > > > > > > > > > On Tue, Feb 5, 2019 at 5:20 PM Courage Angeh <
>> > > > > > [email protected]
>> > > > > > > >
>> > > > > > > > > > wrote:
>> > > > > > > > > >
>> > > > > > > > > >> If you have any other questions. Please let me know.
>> > > > > > > > > >>
>> > > > > > > > > >> Thanks,
>> > > > > > > > > >> Courage.
>> > > > > > > > > >>
>> > > > > > > > > >> On Tue, Feb 5, 2019 at 11:18 AM Courage Angeh <
>> > > > > > > [email protected]
>> > > > > > > > >
>> > > > > > > > > >> wrote:
>> > > > > > > > > >>
>> > > > > > > > > >> > Hi Kang,
>> > > > > > > > > >> >
>> > > > > > > > > >> > Welcome to the community. We are happy to have you
>> here.
>> > > > > > > > > >> >
>> > > > > > > > > >> > I urge you to take a look at these links.
>> > > > > > > > > >> >
>> > > > > > > > > >> > This is to get you started as a contributor with
>> > Fineract:
>> > > > > Link
>> > > > > > > > > >> > <
>> > > > > > > > > >>
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Contributor%27s+Zone
>> > > > > > > > > >> > >
>> > > > > > > > > >> >
>> > > > > > > > > >> >    1. Getting Started Doc
>> > > > > > > > > >> >    <
>> > > > > > > > > >> >
>> > > > > > > > > >> >
>> > > > > > > > > >>
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Started+Docs?src=contextnavpagetreemode
>> > > > > > > > > >> > >
>> > > > > > > > > >> >    2. Take Your First Steps
>> > > > > > > > > >> >    <
>> > > > > > > > > >> >
>> > > > > > > > > >>
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Take+Your+First+Steps
>> > > > > > > > > >> > >
>> > > > > > > > > >> >    3. Key Design Principles
>> > > > > > > > > >> >    <
>> > > > > > > > > >> >
>> > > > > > > > > >>
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/FINERACT/Key+Design+Principles
>> > > > > > > > > >> > >
>> > > > > > > > > >> >    4. Coding Conventions
>> > > > > > > > > >> >    <
>> > > > > > > > > >> >
>> > > > > > > > >
>> > > > > > >
>> > > > >
>> > >
>> https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions
>> > > > > > > > > >> >
>> > > > > > > > > >> >
>> > > > > > > > > >> > This is the repository for Apache Fineract
>> > > > > > > > > >> > <*https://github.com/apache/fineract <
>> > > > > > > > > >> https://github.com/apache/fineract>*
>> > > > > > > > > >> > >
>> > > > > > > > > >> >
>> > > > > > > > > >> > Thanks,
>> > > > > > > > > >> > Courage
>> > > > > > > > > >> >
>> > > > > > > > > >> > On Tue, Feb 5, 2019 at 10:40 AM Kang Breder <
>> > > > > > [email protected]
>> > > > > > > >
>> > > > > > > > > >> wrote:
>> > > > > > > > > >> >
>> > > > > > > > > >> >>  Hello Everyone!
>> > > > > > > > > >> >>
>> > > > > > > > > >> >> My name is Kang Breder Mbulle.
>> > > > > > > > > >> >> I am a third year Telecommunications Engineering
>> > student
>> > > at
>> > > > > > > Faculty
>> > > > > > > > > of
>> > > > > > > > > >> >> Engineering and Technology, University of Buea,
>> > > Cameroon. I
>> > > > > am
>> > > > > > > new
>> > > > > > > > to
>> > > > > > > > > >> Open
>> > > > > > > > > >> >> Source and interested in contributing to your
>> > community.
>> > > > > > > > > >> >> I am comfortable with java and recently I started
>> > > learning
>> > > > > the
>> > > > > > > > Spring
>> > > > > > > > > >> >> Framework. I also have a basic knowledge on
>> JavaScript.
>> > > > > > > Moreover, I
>> > > > > > > > > >> will
>> > > > > > > > > >> >> like to take part in the upcoming Google Summer of
>> > Codes
>> > > > > > > internship
>> > > > > > > > > as
>> > > > > > > > > >> an
>> > > > > > > > > >> >> Intern.
>> > > > > > > > > >> >>
>> > > > > > > > > >> >> I will be grateful if i could get some help on how
>> to
>> > get
>> > > > > > started
>> > > > > > > > in
>> > > > > > > > > >> >> contributing to Fineract 1.x.
>> > > > > > > > > >> >>
>> > > > > > > > > >> >>
>> > > > > > > > > >> >> Thank you!
>> > > > > > > > > >> >>
>> > > > > > > > > >> >
>> > > > > > > > > >>
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
>

Reply via email to