Re: [galaxy-dev] IE setup problem

2015-12-22 Thread Mic
Hello, The images have been downloaded and stated, but now I get the following error: *127.0.0.1 - - [23/Dec/2015:10:57:25 +1000] "GET /gie_proxy/ipython/login?next=%2F%2Fgie_proxy%2Fipython%2Ftree HTTP/1.1" 404 - "http://localhost/visualization/show/ipython?dataset_id=ba7576120c38e626

Re: [galaxy-dev] IE setup problem

2015-12-22 Thread Mic
Hi Bjoern, I tried *sudo docker ps, *but it shows nothing is running and I tried it multiple times to refresh Galaxy*. *Maybe I have to change docker to use without sudo? Thank you in advance. Mic On Wed, Dec 23, 2015 at 10:03 AM, Mic wrote: > Hello Eric, > I added *interactive_environment_plu

Re: [galaxy-dev] IE setup problem

2015-12-22 Thread Björn Grüning
Hi Mic, do you see in your logs that the image is fetched? For the first time this can happen if the IPython or RStudio image is not fetched and stored locally. Try again and check with `docker ps` if an image is started. Cheers, Bjoern Am 23.12.2015 um 01:03 schrieb Mic: > Hello Eric, > I added

Re: [galaxy-dev] IE setup problem

2015-12-22 Thread Mic
Hello Eric, I added *interactive_environment_plugins_directory = /home/galaxy/galaxy/config/plugins/interactive_environments* to *galaxy.ini*. Now I got the below error while clicking Rstudio and Ipython. Please find attached my config files and I was not sure how to change apache proxy config file

Re: [galaxy-dev] IE setup problem

2015-12-22 Thread Eric Rasche
Hi Mic, Some comments/questions after looking over your conf: * you've set "prefix" to /home/galaxy/galaxy, that prefix is used in web proxying (not in finding paths to on-disk galaxy stuff), so unless you're running under a url prefix like http://fqdn/galaxy/ you may not want to se