Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add article to update MySQL default port

...

  • 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.

OR

           B. You could run demo-server using your local data stores , i.e. locally-installed MySQL and Cassandra.

...