Skip to content

trexglobal/solr-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solr server install SaltStack Formula

Installing Solr server

What it does

  1. Install Solr with tomcat6
  2. Setup Solr

Install

  1. Add remotes to /etc/salt/master
gitfs_remotes:
  - git://github.com/trexglobal/solr-formula
  1. Setup pillar from pillar.example
  2. Add basic to your server state file
include:
    - solr

or to the top.sls file

base:
  'some.server.example.com':
    - solr