Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

docker version installation question #21

Closed rohlik-hu closed 2 years ago

rohlik-hu commented 2 years ago

Hi, thanks for your great work. Sorry to bother you with an installation question. I am trying to run the docker version on a Ubuntu 16 LTS server, like so:

sudo docker run --rm -t -d --name conllueditor -h 141<...> -p 8<..>:5<..> --user 1000:1000 -v /home/ubuntu/connluedottir:/data --env filename=luk-koloc.conllu --env saveAfter=3 jheinecke/conllueditor:latest

with no luck; the website is not accessible, neither on 141<...>:8<..> nor on 141<...>:5<..> nor on 141<...>:5555. The output of sudo docker logs /conllueditor is:

options given:
validator      
upos           
xpos           
deprels        
features       
language       
include unused 
shortcuts      
saveafter      --saveAfter 3
compare        
filename       luk-koloc.conllu
ConlluEditor V 2.16.2 (commit 0ea1ab8)
any
+++ edited file 'luk-koloc.conllu' not in git controlled directory, writing all changes to 'luk-koloc.conllu.2'
Loading /data/luk-koloc.conllu
988 lines (92 sentences) read
Number of sentences loaded: 92
saving file after 3 edits

ConlluEditor HTTP Server started at http://141<...>:5555/

The port seems to be open. I have tried the same on macOS-11.6.4 locally, also with the result that the docker image seems to run, but the website does not open up. Do you have any idea what I am doing wrong?

Best, Roland

rohlik-hu commented 2 years ago

Sorry for the hassle, it is now working on the macosx. It was an issue of missing prerequisites. I will check that again on the Ubuntu server and get back to you if it doesn't work there.