higlass / higlass-docker

Builds a docker container wrapping higlass-server and higlass-client in nginx
MIT License
32 stars 14 forks source link

higlass-docker app missing view header #143

Closed danledinh closed 6 years ago

danledinh commented 6 years ago

I followed the "Running locally" instructions for running the docker container on an AWS EC2 instance (ubuntu 16.04). I'm using the latest docker image build. I ran a modified "docker run" command to access the website:

docker run --detach \ --publish 80:80 \ --volume ~/hg-data:/data \ --volume ~/hg-tmp:/tmp \ --name hg \ gehlenborglab/higlass

I see my *.mcool file in the container and have ingested it. The website seems functional, except the view header bar is missing, so the app is not accessible. Is there something I'm missing?

image

pkerpedjiev commented 6 years ago

If it's on EC2, I suspect that you're hosting it somewhere that isn't localhost. Have you tried using the -e SITE_URL=my.url.com parameter to tell the docker container where you're hosting it?

Take a look at the wiki for more information: https://github.com/hms-dbmi/higlass/wiki

If that doesn't work, could you post a screenshot of the development console on your browser?

danledinh commented 6 years ago

That fixed it! Thanks!!! And, great work on the viewer. It's a real asset to the community!!!

pkerpedjiev commented 6 years ago

Glad to hear that :)