Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated Option A's Note based on recent learnings

...

Tip: On average the build will take at least 30 - 40 mins to complete when building on 8 (x86-64) dedicated cores, >=16 GB of memory and an SSD drive.

Note : Given that MySQL's default port is 3306, if you're running Option A. and your mysqld's default port is 3306, then you should ensure that mysqld service is inactive by `service mysql stop`. Else, you should use another default port for mysqld like 3307 say.

  • cd into `integration-tests/fineract-cn-demo-server/build/libs/`. You will use Use Option A. OR Option B below to build the demo-server jar.

    Option A. You could run the demo-server using the microservice datastores such as fineract-cn-cassandra and fineract-cn-mariadb. Use the command  `java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-SNAPSHOT.jar`. MySQL's default port is 3306 and may be in use when you run Fineract CN, so you may want to use another default port like 3307 say.

...