Capitains / docker-capitains-nemo-nautilus

Debian Docker Image
GNU General Public License v3.0
0 stars 1 forks source link

Error on repositories location #5

Closed nevenjovanovic closed 8 years ago

nevenjovanovic commented 8 years ago

@PonteIneptique -- I'm on a Debian Jessie machine, with docker already installed and previously tested. I have cloned the Capitains Docker repository from Github and used the two shell scripts to download and unzip the resource files. Then I have started docker from the command line (and from my cloned Github repo) with the following command:

docker run -i -p 8080:80 --name capitains -v /home/neven/rad/capit/docker-capitains-nemo-nautilus/volumes/repositories:/opt/data -v /home/neven/rad/capit/docker-capitains-nemo-nautilus/volumes/cache:/opt/cache capitains/nemo-nautilus:latest

Everything went well until I started to get a huge number of error messages which, I think, say that the resources were not found where I said they will be:

app-gunicorn stderr | [2016-07-03 17:19:43,801] {/usr/lib/python3.5/site-packages/capitains_nautilus/inventory/local.py:159} ERROR - /opt/data/canonical-greekLit-master/data/phi0010/tlg0010/tlg0010.tlg021.perseus-grc1.xml is not present app-gunicorn stderr | [2016-07-03 17:19:43,805] {/usr/lib/python3.5/site-packages/capitains_nautilus/inventory/local.py:159} ERROR - /opt/data/canonical-greekLit-master/data/phi0010/tlg0010/tlg0010.tlg021.perseus-eng1.xml is not present (...)

I will experiment with different paths, but I think this part of instructions should be made clearer.

Best, Neven

nevenjovanovic commented 8 years ago

Correction -- everything is actually working as expected! Only an explicit instruction to go to the localhost:8080 address should be added to the README file (which now mentions, somewhat imprecisely, "8080 machine").