Open LYPratt opened 2 years ago
https://opensemanticsearch.org/doc/admin/cmd/
service solr start
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
After a reboot, the system doesn't automatically start up. If I rerun/search
sudo apt install server*.deb
however, then I can successfully view http://Is there a better way to do this?