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.git6. Install Docker
Docker is required to run the application services in containers.
- Download from: https://www.docker.com/products/docker-desktop
- Install Docker Desktop and ensure it's running
7. Clone All Required Repositories
Follow the steps in the readme.md file of the cloned repository. Run the clone script:
./scripts/clone.shThis script clones all necessary project repositories.
8. Copy Secret Configuration Files
make copy-secretsThis command copies all required secret configuration files to their proper locations.