Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Run Dbpedia Spotlight From a Docker

Charles Gallay edited this page Oct 17, 2018 · 7 revisions

Steps:

  1. Install docker (e.g. for centos/amazonlinux: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html)
  2. Pull the dbpedia spotlight docker: (e.g. docker pull dbpedia/spotlight-english)
  3. Run the docker: (e.g. docker run -d -p 8080:80 dbpedia/spotlight-english spotlight.sh)

More info here: https://github.com/dbpedia-spotlight/spotlight-docker

Clone this wiki locally