Setting up Segmensation for development
After running the ansible playbook:
Clone the contents of segmensation-api into
segmensation-infrastructure/docker/flask-docker/code. The result should look like this:
Make your changes inside this repository
Open Powershell, navigate to the traefik folder found at your segmensation_root_path and run:
docker-compose up -dOpen Powershell, navigate to the segmensation folder found at your segmensation_root_path and run:
docker-compose -f .\docker-compose-dev.yml up --buildYour changes should now be deployed to the backend