-
Notifications
You must be signed in to change notification settings - Fork 0
Launching platform server locally from the command line
Open up a terminal/command prompt.
On terminal, move into the mifosng-provider directory and execute gradle clean tomcatRunWar
If all has gone well, the platform should be available at: https://localhost:8443/mifosng-provider/api/v1/offices?tenantIdentifier=default
The server part of application logs to: mifosng-provider\build\tmp\tomcatRunWar\logs\mifos-platform.log
You should be able to log into platform with Username: mifos and Password: password.
For client applications built on top of the platform see the https://github.com/keithwoodlock/mifosx-community-apps repository.
Note: When launching the platform from the command line for developement, the user/password used for the database is root/mysql. If your root user password for mysql is different, you should change the password in the file mifosng-provider/src/test/resources/META-INF/context.xml
Also, see MySQL database setup which also requires some actions if using a user/password different to root/mysql.