Local Environment Setup

Project Repository Setup

Clone repositories and install Docker for CrelioHealth development

👤 Sai Tharun

Project Repository Setup

5. Clone the CrelioHealth Local Repository

Clone the main repository to your local machine using Git:

https://bitbucket.org/creliohealth-repo/creliohealth-local/src/main/

git clone git@bitbucket.org:creliohealth-repo/creliohealth-local.git

6. Install Docker

Docker is required to run the application services in containers.

7. Clone All Required Repositories

Follow the steps in the readme.md file of the cloned repository. Run the clone script:

./scripts/clone.sh

This script clones all necessary project repositories.

8. Copy Secret Configuration Files

make copy-secrets

This command copies all required secret configuration files to their proper locations.


On this page