Steven-N-Hart / vcf-miner

VCF-Miner: A graphical user interface for sorting, filtering and querying annotated VCF Files
MIT License
37 stars 11 forks source link

can not log in #11

Closed rosyluo closed 7 years ago

rosyluo commented 7 years ago

Hi, Following the installation guide, I have successfully installed VCF-miner on my ubuntu in my office, though I runt he image by adding "sudo" since I don't have administrative privelege: "sudo docker run -e NO_LDAP=1 -d -p 8888:8080 -v $PWD:/home -w /home vcfminer sh ./start.sh".

In google chrome, I have been able to see the log-in page with the address: http://myIP:8888/vcf-miner/ But I tried my ubuntu user ID and pwd and can't log in with "login failed" error.

I wonder the issue may be that I don't have admin right to my ubuntu and the log-in page does require admin and the admin's pwd? How can I circumvent this issue? Thanks!

rosyluo commented 7 years ago

I just figured out the userID and PWD are Admin and temppass as they are. not my actual account info.