...
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 run whilst the images are automatically pulled down and the be backend service/s get are up and running
9. Depending on which service you need to access from the host machine first you would need to get the corresponding ip address. e.g docker-machine inspect default | grep "IPAddress"
10. Populate local db by invoking this POST
api <http[fill in acquired IPAddress] http://<IPAddress>:9000/gmcclient/api/v1/admin
> in postman with Basic Auth
and with following info
Code Block |
---|
username: admin password: admin |
1011. browse invoke the service GET
trainees api on the host machine [fill in acquired IPAddress]. e.g view the revalidation api <httphttp://<IPAddress>:8080/revalidation/api/v1/doctors
>
…