forked from openMF/mifosx
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
keithwoodlock edited this page Sep 8, 2012
·
52 revisions
This page lists out the instructions for getting started on mifosx for Developers.
see Github-&-Git
see Gradle setup
see Eclipse setup
see Launching platform server locally from the command line
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
).