mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 14:11:54 +00:00
added small troubleshooting info to README file
This commit is contained in:
parent
fb7febf1bb
commit
7a14260a26
10
README.md
10
README.md
@ -18,6 +18,16 @@ Mifos X is a MIS platform for microfinance. Its capabilities are exposed through
|
||||
- Online Demo API Documentation: <a target="_blank" href="https://demo.openmf.org/api-docs/apiLive.htm">https://demo.openmf.org/api-docs/apiLive.htm</a>
|
||||
- Online Demo API (Example call): <a target="_blank" href="https://demo.openmf.org/mifosng-provider/api/v1/offices?tenantIdentifier=default&pretty=true">https://demo.openmf.org/mifosng-provider/api/v1/offices?tenantIdentifier=default&pretty=true</a> - log on using username/password of mifos/password
|
||||
|
||||
### Setting up Mifos X server
|
||||
|
||||
- Follow instructions at <a target="_blank" href="https://github.com/openMF/mifosx">https://github.com/openMF/mifosx/wiki</a>
|
||||
|
||||
**Troubleshooting**
|
||||
|
||||
In case you get 'PermGen - Out of space' errors when running the tomcatRunWar task, increase the memory of your java process through the GRADLE_OPTS env variable
|
||||
|
||||
export GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=265m"
|
||||
|
||||
## Scope of Work
|
||||
|
||||
For the prototype the following scenarios should suffice:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user