You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/11/22 13:07:44 UTC

[fineract-cn-docker-compose] 20/44: Merge pull request #6 from Anh3h/master

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

commit 4438bd6521738fb10a7852cd2db9ddfbcc164c1f
Merge: f0e75ee 8ae755b
Author: Courage Angeh <co...@gmail.com>
AuthorDate: Tue Oct 1 11:50:44 2019 -0400

    Merge pull request #6 from Anh3h/master
    
    FINCN-165: Implement bash scripts to provisioner fineract cn services

 README.md                         |  23 ++-
 bash_scripts/provision.sh         | 311 ++++++++++++++++++++++++++++++++++++++
 external_tools/docker-compose.yml |   4 +
 shut-down-and-reset.sh            |   8 +
 start-up.sh                       |  18 ++-
 5 files changed, 355 insertions(+), 9 deletions(-)

diff --cc README.md
index 29e6d5f,1cc8d35..847739e
--- a/README.md
+++ b/README.md
@@@ -37,9 -52,9 +52,9 @@@ docker-compose u
  First only start provisioner-ms by running following in project root:
  
  ```
- docker-compose up provisioner-ms 
+ docker-compose up provisioner-ms
  ```
 -after it has started (and created table seshat to postgres) stop it.
 +after it has started (and created table seshat to Postgre database) you can start rest of the services.
  This is just to make sure provisioner gets to create the database the other services require.
  
  ### Choose the services you want to run