...
6. set default docker machine - eval $(docker-machine env default)
7. clone down <httpshttps://github.com/Health-Education-England/REVALIDATION-COMBINE
> git repo
8. navigate to the REVALIDATION-COMBINE
repo via terminal and then run docker-compose up
. This command could take a few mins to reun whilst the images are automatically pulled down and the be service/s get up and running
...
10. Populate local db by invoking this POST api <httphttp://<IPAddress>:9000/gmcclient/api/v1/admin
> in postman with Basic Auth
and with following info
...
10. browse the service on the host machine [fill in acquired IPAddress]. e.g view the revalidation api <httphttp://<IPAddress>:8080/revalidation/api/v1/doctors
>
…