Fix: #3123 README Missing Command (#3124)

This commit is contained in:
Jonathan Zhang 2019-10-18 10:40:02 -05:00 committed by Awasum Yannick
parent adcbf80fe5
commit 3cfaba5992

View File

@ -7,7 +7,6 @@ This is the default web application built on top of the MifosX platform for the
<a target="_blank" href="https://demo.openmf.org">Access the online demo version here</a>
## Building from source
1. Ensure you have
@ -21,12 +20,13 @@ This is the default web application built on top of the MifosX platform for the
1. Clone this repository to your local filesystem (default branch is 'develop')
1. To download the dependencies, and be able to build, first install bower & grunt
```
npm install -g bower
npm install -g grunt-cli
```
1. Next pull the runtime and build time dependencies by running bower, npm and gem bundler install commands on the project root folder
1. Next pull the runtime and build time dependencies by running bower, npm, and gem bundler install commands on the project root folder
```
bower install
@ -34,6 +34,9 @@ This is the default web application built on top of the MifosX platform for the
```
npm install
```
```
gem install bundler
```
```
bundle install
```
@ -71,6 +74,7 @@ If you want to connect to the API running elsewhere, then append the baseApiUrl
e.g. http://localhost:9000/?baseApiUrl=https://localhost:8443&tenantIdentifier=default
e.g. http://localhost:9000/?baseApiUrl=https://demo.openmf.org&tenantIdentifier=default
## Adding dependencies
You can also add more dependencies on bower.json.
@ -139,7 +143,6 @@ Just open test/SpecRunner.html in the browser.
https://docs.google.com/document/d/1oXQ2mNojyDFkY_x4RBRPaqS-xhpnDE9coQnbmI3Pobw/edit#heading=h.vhgp8hu9moqn
## Contribution guidelines
Please read the <a href="https://github.com/openMF/community-app/blob/develop/Contributing.md" >contribution guidelines</a>