Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited How-to Blog post based on updates on mailing list

...

Feedback Note :  Ensure that you get BUILD SUCCESSFUL ( 33 times ) SUCCESSFUL after iteration for EACH repository. Also ensure that artifacts with appropriate names show up in $USER_HOME/.m2/repository/org/apache/fineract/cn/

...

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

    A. You could use the demo-server using the microservice datastores . Use the command  `java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-SNAPSHOT.jar`

OR

           B. You could use your local data stores , i.e. locally-installed MySQL and Cassandra ( with the demoserver.persistent environment variables ) to build the demo-server. Note that your username and password for mysql and cassandra which you’ve installed on your machine will be useful at this point. Make sure Cassandra and MySQL services are started. Run the following command;

...

Be Patient While This Runs. When Your Logs Start ShowingShow Up;

“INFO  o.e.jetty.server.AbstractConnector - StoppedServerConnector@1bdb0376{HTTP/1.1,[http/1.1]}

...

Open a new terminal And cd into ‘integration-tests/fineract-cn-fims-web-app'

Run ‘npm i

Feedback Note :  

...

Feedback Note : You should be on fims - backoffice at http://localhost:4200/quickAccess

 Summary : Congratulations! You’ve successfully Successfully Ran Apache Fineract CN

 

Related articles

...