Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update Solr to latest version with more permanent link
Note

This documentation is for Release 6.x. For documentation on previous releases, please select from the options below.

  • Release 1.x version of this page: v.81
  • Release 2.x version of this page: v.87.
  • Release 3.0-3.1 version of this page: v.111.
  • Release 3.2 version of this page: v.116.
  • Release 4.0 version of this page: v.143.
  • Release 5.x version of this page: v.163.

...

Download the solr tarball and run the installation script

Download Solr from http://wwwarchive.apache.org/dyndist/closer.cgi/lucene/solr/6.4.1

Code Block
wget http://www-usarchive.apache.org/dist/lucene/solr/6.4.12/solr-6.4.12.tgz
tar xzf solr-6.4.12.tgz solr-6.4.12/bin/install_solr_service.sh --strip-components=2
bash ./install_solr_service.sh solr-6.4.12.tgz

By default, the script extracts the distribution archive into /opt, configures Solr to write files into /var/solr, and runs Solr as the solr user. Follow the linked guide if you wish to change these defaults.

...

MySQL

Avalon uses MySQL for storing search queries, user data and roles, and as a back end for asynchronously sending requests to Matterhorn.

Install MySQL server 

Code Block
yum install mysql-server
service mysqld start

...

See documentation for your version of MySQL Server for detailed syntax (http://dev.mysql.com/doc/refman/5.1/en/create-database.html )

Red5 Media Server

Red5 is an open source alternative to Adobe Media Server. If using the Adobe Media Server you can skip to the next step.

...