Question: installing and starting galaxy in local host
0
balaszone • 60 wrote:
Hello,
I installed galaxy on my linux as per instructions and ran the comand
sh run.sh
This is the output I received.(just the last two lines posted here) . . . Starting server in PID 11832. serving on http://127.0.0.1:8080
Looks like it successfully installed everything. I even edited galaxy.ini file to reflect the port address(8080) and admin user(my email address). However, when I open the link(127.0.0.1:8080) it is refusing to connect to the server.
Could somebody guide me as how to proceed from here.
THanks much! B
Would you please also share:
Hi Jennifer,
I did as you suggested.
1) commented out the line "port=8080 " in galaxy.ini file. CLosed the terminal and restarted galaxy(sh run.sh) 2) I used the complete URL (http://127.0.0.1:8080) 3) Tried in Firefox and KOnqueror
Still not able to connect to the server. Here is the version from the Makefile - "RELEASE_CURR:=16.01"
Help please.
THanks! B
try using the actual IP address of the server you are running galaxy on, and then (after restarting) use (http://<actual ip="" address="">:8080)
Hans-Rudolf
Dear Hans-Rudlof,
I restarted the system. I found the ipaddress by ipaddr=$(hostname -I) and used it(165.xx.xx.xx) instead of 127.0.0.1 in the address bar. Still the same error.
Not sure what else to try. :(
just double checking: are you running the web browser on the same machine as you run the galaxy server? or do you try to connect to galaxy via a web browser from your PC?
Hi Hans-Rudolf,
Haa. FInally, that resolved the issue.
I was ssh'ing into a different server and running galaxy. However, I was using browser(firefox) from my current computer. I even tried opening firefox from the SSH'ed terminal but it was still running it in the local machine. The trick was to open firefox like this
Working fine now! THanks so much for the help! B
also please note you must not kill that terminal in which you are running
sh run.sh
(nor interrupt the command itself)I didnot kill that terminal. I let it run while accessing the browser