[fineract-cn-docker-compose] branch master updated: Update README.md

2019-12-19 Thread juhan
This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git


The following commit(s) were added to refs/heads/master by this push:
 new 9d1eaed  Update README.md
9d1eaed is described below

commit 9d1eaed390f7201ae03c361fd74e9addc61cda95
Author: aasaru 
AuthorDate: Fri Dec 20 09:04:21 2019 +0200

Update README.md
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cd58b34..19ec759 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,7 @@ Postman scripts use service names (postgres, 
provisioner-ms, etc) when referring
 If you want to use the same Postman scripts when running micro services 
locally then add into your hosts (/etc/hosts in Unix) file:
 
 ```
+127.0.0.1 eureka
 127.0.0.1 postgres
 127.0.0.1 cassandra
 127.0.0.1 provisioner-ms



[fineract-cn-docker-compose] branch master updated: Update README.md

2019-11-25 Thread angeh
This is an automated email from the ASF dual-hosted git repository.

angeh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git


The following commit(s) were added to refs/heads/master by this push:
 new 70842ff  Update README.md
 new acacedf  Merge pull request #19 from vishwasbabu/master
70842ff is described below

commit 70842ff1c57d03b701b848929bd7c3ac3990e686
Author: Vishwas Babu A J 
AuthorDate: Mon Nov 25 11:47:30 2019 -0800

Update README.md

Fix typo while referring to folder "external_tools"
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 52f854e..765774b 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ If you run some service from localhost then [add these 
services to your hosts fi
 
 ### Start external tools (database, cassandra, etc)
 ```
-cd external-tools
+cd external_tools
 docker-compose up
 ```
 
@@ -171,7 +171,7 @@ If you want to use the same Postman scripts when running 
micro services locally
 Run ./shut-down-and-reset.sh or
 
 ```
-cd external-tools
+cd external_tools
 docker-compose stop
 docker-compose rm
 docker volume rm external_tools_cassandra-volume



[fineract-cn-docker-compose] branch master updated: Update README.md

2019-10-18 Thread juhan
This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git


The following commit(s) were added to refs/heads/master by this push:
 new f3571f4  Update README.md
 new e472103  Merge pull request #11 from ochamber/master
f3571f4 is described below

commit f3571f4726a6f7a56ca1e946c16d82f675f64c0b
Author: ochamber 
AuthorDate: Mon Oct 14 14:12:52 2019 +0200

Update README.md

typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 717a996..366220f 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ You can either deploy and provision Fineract CN automatically 
using bash scripts
 Postman is the preferred way as it is more tested and this way you understand 
better what is happening.
 Also this way you don't have to start all the micro services (helpful if your 
workstation is lacking resources).
 
-# 1. Deploy and provision Fineract automtically using bash scripts
+# 1. Deploy and provision Fineract automatically using bash scripts
 
  - To start up all the Fineract CN services run:
 



[fineract-cn-docker-compose] branch master updated: Update README.md

2019-10-11 Thread awasum
This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fineract-cn-docker-compose.git


The following commit(s) were added to refs/heads/master by this push:
 new a96faa7  Update README.md
 new 3aa8bf9  Merge pull request #10 from ochamber/master
a96faa7 is described below

commit a96faa73a04cae1adf818b678e2423b74d1d8240
Author: ochamber 
AuthorDate: Fri Oct 11 10:30:26 2019 +0200

Update README.md

Added Java in Req section
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 35a75c6..717a996 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ This project contains Docker Compose Scripts for running 
Fineract CN especially
 ## Requirements
 - Docker
 - Docker-compose
+- Java
 
 # Deploy and provision Fineract CN