Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from aasaru/typo_fixes
Browse files Browse the repository at this point in the history
Typo fixes
  • Loading branch information
aasaru committed Nov 20, 2019
2 parents c09dd20 + 74c156e commit ecb02ef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env_variables
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ EUREKA_CLIENT_INITIALINSTANCEINFOREPLICATIONINTERVALSECONDS=25
EUREKA_CLIENT_INSTANCEINFOREPLICATIONINTERVALSECONDS=20
EUREKA_CLIENT_SERVICE_URL_DEFAULT_ZONE=http://eureka:8761/eureka
EUREKA_INSTANCE_LEASERENEWALINTERVALINSECONDS=20
SERVER_MAX_HTTP_HEADER_SIZE=16384
POSTGRESQL_HOST=postgres
POSTGRESQL_PORT=5432
POSTGRESQL_USER=postgres
RIBBON_EUREKA_SERVER=eureka:9090
SCHEDULER_USER_NAME=imhotep
SYSTEM_INITIAL_CLIENT_ID=service-runner
SERVER_MAX_HTTP_HEADER_SIZE=16384

FIMS_WEB_APP_IP=172.16.238.19
PROVISIONER_IP=172.16.238.20
IDENTITY_IP=172.16.238.21
RHYTHM_IP=172.16.238.22
Expand Down
29 changes: 29 additions & 0 deletions integration_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#!/usr/bin/env bash

cd external_tools
docker-compose stop
docker-compose rm -v -f

docker volume rm external_tools_cassandra-volume
docker volume rm external_tools_postgres-volume

docker-compose pull

docker-compose up -d
sleep 180
cd ..

java -cp external_tools/lang-0.1.0-BUILD-SNAPSHOT.jar org.apache.fineract.cn.lang.security.RsaKeyPairFactory UNIX > .env
cat env_variables >> .env

docker-compose stop
docker-compose rm -f
docker-compose pull

docker-compose up -d provisioner-ms
sleep 180

docker-compose up -d rhythm-ms identity-ms customer-ms accounting-ms deposit-ms portfolio-ms office-ms teller-ms fims-web-app
sleep 180


0 comments on commit ecb02ef

Please sign in to comment.