mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:36:48 +00:00
Update README.md
with details of an error due to too many open files encountered by a volunteer
This commit is contained in:
parent
66f82bccb4
commit
786ae21dd9
@ -37,7 +37,14 @@ npm install -g grunt-cli
|
||||
```
|
||||
grunt serve
|
||||
```
|
||||
or open the 'index.html' file in FIREFOX browser.
|
||||
or open the 'index.html' file in FIREFOX browser
|
||||
|
||||
Note: If you see a warning similar to the one shown below on running `grunt serve` , try increasing the number of open files limit as per the suggestions at http://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux/
|
||||
|
||||
```
|
||||
Waiting...Warning: EMFILE, too many open files
|
||||
|
||||
```
|
||||
|
||||
6. Default username/password: mifos/password. This application will hit the demo server by default.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user