Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions on how to manually start/stop Solr: https://cwiki.apache.org/confluence/display/solr/Running+Solr

...

MariaDB

Info
titleMariaDB

MariaDB is now the default database system for CentOS/RHEL7 and can be used interchangeably with MySql.  MySql or PostgreSQL can be substituted if desired.

Avalon uses MySQL MariaDB for storing search queries, user data and roles, and as a back end our encoding dashboard

Install

...

MariaDB server 

Code Block
yum install mariadb-server
systemctl start mariadb

...

Code Block
chkconfig --level 345 tomcat on
chkconfig --level 345 mysqldmariadb on
chkconfig --level 345 sshd on
chkconfig --level 345 red5 redis on
chkconfig --level 345 sidekiq on
chkconfig --level 345 httpd on

...