taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 6564f8da1eace6f6675bfdad1cf6259595dc7f81
parent 572118b8b9f731b9c73b283fc2bf277f9e438370
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu,  5 Jan 2017 16:34:33 +0100

Update README

Diffstat:
Mdocker/README | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/docker/README b/docker/README @@ -17,7 +17,7 @@ docker-machine instance is up and running. <COMPONENT> is either 'exchange' or 'merchant', depending on what is to be built. -From <THIS_REPO/<COMPONENT>/docker>, give: +From <THIS_REPO/docker/<COMPONENT>, give: $ docker-compose build @@ -33,16 +33,18 @@ $ docker-compose up If everything worked as expected, you should see some live logging from all the containers. - -PS. Errors about existing roles/databases can be ignored. +(Errors about existing roles/databases can be ignored.) 3. Test Issue the following command to see if the <COMPONENT> has been correctly installed and launched. -# Some 'greeting' message should be returned. -$ curl http://`docker-machine ip`:80/ +# Some 'greeting' message should be returned. Note, the +# service runs on port 80. + +$ curl http://`docker-machine ip`/ + === How to use these images ===