From d91ffb0b06649fd2f605e207979fafb7b7596b1d Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Wed, 15 Mar 2017 23:51:29 +0100 Subject: [PATCH] Ask the user to add lines to /etc/hosts in the getting started section of the README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4c362f8..43a65e8d3 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,20 @@ Otherwise here are the available steps to deploy on your machine. The provided example is docker-based so that you can deploy and test it very quickly. First clone the repo make sure you don't have anything listening on port 8080 before starting. +Add the following lines to your /etc/hosts to simulate multiple subdomains + + 127.0.0.1 secret.test.local + 127.0.0.1 secret1.test.local + 127.0.0.1 secret2.test.local + 127.0.0.1 auth.test.local + Then, type the following command to build and deploy the services: docker-compose build docker-compose up -d After few seconds the services should be running and you should be able to visit -[https://localhost:8080/](https://localhost:8080/). +[https://localhost:8080/](https://secret.test.local:8080/). Normally, a self-signed certificate exception should appear, it has to be accepted before getting to the login page: