https://github.com/limechain/supplychain-docker
https://github.com/limechain/supplychain-docker
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/limechain/supplychain-docker
- Owner: LimeChain
- Created: 2021-02-16T13:27:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T17:06:00.000Z (over 3 years ago)
- Last Synced: 2025-03-16T21:48:41.122Z (over 1 year ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Development
Create folder for the projects
Clone https://github.com/LimeChain/pwc-bat-docker with name pwc-bat-docker
Clone https://github.com/LimeChain/pwc-bat-node with name HederaIntegrationNode
Clone https://github.com/LimeChain/pwc-bat-frontend with name HederaWebService
Fill env files:
Create 3 env files as ".env.dev.01", ".env.dev.02", ".env.dev.03" in HederaWebService/config based on .env.example:
Change the following based on number of config:
DATABASE_USER,
DATABASE_NAME,
SITE_ID,
HEDERA_INTEGRATION_NODE_URL, - change only the port last digit based on config number
Execute the Readme.md instruction in HederaIntegrationNode
Deployment
In script "manual_deploy.sh" increment BUILD_VERSION="v30" to next number and replace with the same number in files
hedera-integration-node-deployment.yaml, hedera-web-service-01-deployment.yaml, hedera-web-service-02-deployment.yaml, hedera-web-service-03-deployment.yaml
and execute manual_deploy.sh