From 197e4244d8b8a9f786ca97f1c7a586e814eb087a Mon Sep 17 00:00:00 2001 From: David Fernandez Lobon Date: Mon, 21 Nov 2022 12:17:31 +0100 Subject: [PATCH] Modify Readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b5dea7..cf374c2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This files are the necessary files to deploy correctly Opal services - **docker_hospital-master**: Folder with all the files need it to the deployment - **docker_hospital-master.zip**: Zip of the docker_hospital-master, normally use it to send to a client -**Inside docker_hospital-master** +**Inside docker_hospital-master folder** - docker-compose.yml: Docker-compose file which has configured the services of Opal infrastructure - .env: File with all the parameters of Opal services. **Need modified by client to change the different passwords** - .wslconfig: File only to Windows's deployment. It regulates resources used in the services. @@ -16,4 +16,5 @@ This files are the necessary files to deploy correctly Opal services 2. Modify the **.env** for each client. For secury reasons it obligatory change the passwords. 3. Open a terminal and run the command "docker-compose up -d" 4. When the installation process ends, you can access to the Opal website using: "https://localhost:". - The value of the port "OPAL_PORT_HTTPS" is inside the .env file. + +The value of the port "OPAL_PORT_HTTPS" is inside the .env file. -- 2.24.1