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
commit bc6420128c32b557f96c06c7f125b7446fb0125d Merge: 610e8c5 0aab6f8 Author: Juhan Aasaru <[email protected]> AuthorDate: Wed Oct 2 15:29:04 2019 +0300 Merge remote-tracking branch 'upstream/master' into fix_typos_in_postman_scripts README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --cc README.md index c4b3cfd,775501d..35a75c6 --- a/README.md +++ b/README.md @@@ -169,12 -168,12 +172,13 @@@ docker volume rm external_tools_postgre docker-compose up ``` - ### Automating Postman scripts + ## Note: + **These scripts are ideal for a docker swarm deployment environment. If you are to deploy Fineract CN using Docker swarm you will have remove the network configuration from the docker-compose script and implement a load balancer (using docker swarm) that reflects the network configuratioin you just removed from the compose file.** -## TODO ++### Automating Postman scripts +You can use [Newman](https://learning.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman/) to run Postman scripts from command line. - -- Provision the web services using a script +## TODO - Adjust scripts for Kubernetes There are some scripts in [https://github.com/openMF/fineract-cn-containers](https://github.com/openMF/fineract-cn-containers)
