2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UbuntuにSolrをさくっとインストールしたい男たち

Last updated at Posted at 2015-09-23

Java

$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ apt-get install oracle-java8-installer

Solr

$ cd ~
$ wget http://ftp.riken.jp/net/apache/lucene/solr/5.3.0/solr-5.3.0.tgz
$ tar xzf solr-5.3.0.tgz solr-5.3.0/bin/install_solr_service.sh --strip-components=2
$ sudo bash ./install_solr_service.sh solr-5.3.0.tgz
$ sudo service solr status
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?