Dear all,
At the moment I'm trying to set-up an in-house Galaxy server. The tutorial on Galaxy is quite clear on this, and I managed to do so by installing a Virtual machine with Libunto, and then running the following code: $ sudo apt-get install git-all $ git clone -b release_17.05 https://github.com/galaxyproject/galaxy.git cd /home/virtual/galaxy $ sh run.sh After that, I changed galaxy.ini.sample with host to host=0.0.0.0 and could open Galaxy on http://localhost:8080.
However, after some time, the 8080 did not show Galaxy anymore. I tried to get it back with $ sh run.sh -reload, but without success. Does anyone know what could be going wrong, or direct me to a similar post?
Kind regards,