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
941 stars 164 forks source link

How to start after reboot? #436

Open LYPratt opened 2 years ago

LYPratt commented 2 years ago

After a reboot, the system doesn't automatically start up. If I rerun sudo apt install server*.deb however, then I can successfully view http:///search

Is there a better way to do this?

ingenika commented 1 year ago

https://opensemanticsearch.org/doc/admin/cmd/

service solr start

NetwarSystem commented 1 year ago

The services should start automatically. This gist contains the name of every file under /etc/ on an open-semantic-search-vm_21.01.17.ova virtual machine. While that system is Debian based, Solr still runs as an old school /etc/init.d thing, instead of a systemd service. So you'd want to see /etc/rc3.d/S01solr symlinked to /etc/init.d/solr

https://gist.github.com/NetwarSystem/0f6af061c5f66119cd8e70c368cb0f9e