Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Java >= 1.8 (Oracle JVMS have been used for testing)
  2. MySQL 5.5 or MySQL 5.6 (Install MySQL 'mysql' as password for root)
  3. Apache ActiveMQ

Building from GIT repository

  • Check out the code from GIT repository
    git clone https://git-wip-us.apache.org/repos/asf/incubator-fineract.git  (or)
    git clone https://github.com/apache/incubator-fineract.git
  • Change the current working directory to fineract-provider

  • Please execute the following './gradlew build' command

  • Run './gradlew build' to build deployable war file which will be created at fineract-provider/build/libs directory

    Visit Setting up ActiveMQ for Fineract 1.0 for procedure on installing Apache ActiveMQ

Building from source release tar file:

...