From 3ed143d04d2b25cb020f044dadc08732020e2970 Mon Sep 17 00:00:00 2001 From: Bjoern Gruening Date: Thu, 5 Sep 2019 09:47:29 +0200 Subject: [PATCH] enhance documentation a little bit --- config/galaxy.yml.interactivetools | 2 ++ config/job_conf.xml.interactivetools | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/galaxy.yml.interactivetools b/config/galaxy.yml.interactivetools index 1ebdf931978..570b14415ac 100644 --- a/config/galaxy.yml.interactivetools +++ b/config/galaxy.yml.interactivetools @@ -33,4 +33,6 @@ galaxy: # If you develop InteractiveTools locally and do not have a full FQDN you can # use an arbritrary one, e.g. 'my-hostname' here, if you set this hostname in your # job_conf.xml as well (see the corresponding comment). + # Please make sure that in the local development case you use https://localhost:8080 to access + # your Galaxy. http://my-hostname:8080 will not work. # galaxy_infrastructure_url: http://my-hostname:8080 diff --git a/config/job_conf.xml.interactivetools b/config/job_conf.xml.interactivetools index 10c58fd0fc5..ca071d75c4b 100644 --- a/config/job_conf.xml.interactivetools +++ b/config/job_conf.xml.interactivetools @@ -22,7 +22,8 @@ This can be done via the --add-host parameter during the `docker run` command. 'my-hostname' here is an arbritrary hostname that matches the IP address of your Galaxy host. Make sure this hostname ('my-hostname') is also set in your galaxy.yml file, e.g. - `galaxy_infrastructure_url: http://my-hostname:8080`. --> + `galaxy_infrastructure_url: http://my-hostname:8080`. + -->