opensemanticsearch / open-semantic-search

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)
https://opensemanticsearch.org
GNU General Public License v3.0
944 stars 164 forks source link

Installing on Debian 11.2 - missing dependencies #406

Open NetwarSystem opened 2 years ago

NetwarSystem commented 2 years ago

I have a production instance of OSS that is based on this - if I have trouble I can look at configs and packages.

open-semantic-search-vm_21.01.17.ova

I just installed this:

debian-11.2.0-amd64-DVD-1.iso

And attempted to load this:

open-semantic-search_21.12.26.deb

I logged the loading process using tmux and caught errors associated with missing packages. Installing these packages will permit loading the deb. I had to apt install -f to get back to a stable place after the first attempt loading the deb, but that might have been related to my little set of favorite tools - git, tmux, etc.

apt install -f apt install default-jre-headless apt install libjs-jquery apt install curl apt install apache2 apt install libapache2-mod-php apt install php apt install php-xml apt install php-bcmath apt install libapache2-mod-wsgi-py3 apt install python3-django apt install python3-mysqldb apt install python3-rdflib apt install python3-openssl apt install python3-pysolr apt install python3-dateutil apt install python3-lxml apt install python3-feedparser apt install poppler-utils apt install pst-utils apt install python3-pyinotify apt install python3-nltk apt install python3-pip apt install python3-dev apt install build-essential apt install libssl-dev apt install libffi-dev apt install rabbitmq-server apt install tesseract-ocr apt install tesseract-ocr-all apt install hunspell-de-de-frami apt install hunspell-hu

samoal commented 2 years ago

It is the recommended way to do it by now.