From 504d9db87ef2924bbe13ae04b15a6ec7642f34f7 Mon Sep 17 00:00:00 2001 From: ThanKarab <tkarabatsis@hotmail.com> Date: Fri, 31 Jan 2020 12:11:38 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afaaf303d6..a78e7b3aef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ The following instructions are used to create a docker image of galaxy with a re 1. EXAREME_IP has to be the IP of the exareme. 2. EXAREME_PORT has to be the port of the exareme. -3. In the cmd "htpasswd -bc /etc/apache2/htpasswd admin password", you can change the password. Username (admin) cannot be changed on runtime. +3. In the cmd "htpasswd -bc /etc/apache2/htpasswd admin password", you can change the password. +<b>Username admin should NOT be changed! The workflows will not exist otherwise!</b> 4. You can also change the galaxy image that is going to be deployed, by changing the tag of the image (hbpmip/galaxy:v1.3). Use the following command after changing the appropriate variables: -- GitLab