Skip to content
keithwoodlock edited this page Sep 8, 2012 · 52 revisions

mifosx

This page lists out the instructions for getting started on mifosx for Developers.

Github & Git

see Github-&-Git

Gradle Setup

see Gradle setup

Eclipse Setup

see Eclipse setup

Database setup

see MySQL database setup

Launching platform server locally from the command line

see Launching platform server locally from the command line

Troubleshooting Help

BindException Errors

If you get the java.net.BindException: Address already in use :8080 exception whilst running the gradle command inside the mifosng-provider directory, you may need to kill the process which is already using 8080 (netstat -aon | grep 8080).