summarylogtreecommitdiffstats
path: root/solr.install
blob: ad3158f7e688487ab50a76ae235b45739c5a0eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  cat <<EOT

Start the solr service first!
  $ sudo systemctl restart solr

Then, create new Solr core(s) from the command line:
  $ sudo -u solr -s /bin/bash
  $ cd
  $ bin/solr create_core -c new_core

EOT
}