Skip to content

Commit

Permalink
Adding standard SaltStack formula info.
Browse files Browse the repository at this point in the history
  • Loading branch information
fintanmm committed Dec 1, 2016
1 parent a8b3d0f commit 68b64f1
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
## SolrCloud-formula
A saltstack formula to installl and configure the SolrCloud with ZooKeeper
>Note:
This formula only manages Solr and ZooKeeper You are responsible for installing/configuring Java as appropriate.
This formula should definetely works on any Linux platform as soon as it is not depends on any platform dependent features. Tested to work fine on Debian Jessie.
======
Solr
======

[![Build Status](https://travis-ci.org/saltstack-formula/solr-formula.svg?branch=master)](https://travis-ci.org/saltstack-formula/solr-formula)

Formula to set up and configure solr

.. note::

See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
:local:

``solr``
----------

Installs Solr and starts the service.

Example top.sls:
```
Expand Down

0 comments on commit 68b64f1

Please sign in to comment.