Include information on how to install a master on README.rst

This commit is contained in:
Pedro Algarvio 2013-01-25 23:48:00 +00:00
parent 8397a35b1f
commit 84dcdbfc54

View file

@ -25,12 +25,14 @@ For example, using ``curl`` to install latest git:
curl -L http://bootstrap.saltstack.org | sudo sh -s git develop
Or, using ``wget`` to install your distribution's stable packages:
.. code:: console
wget -O - http://bootstrap.saltstack.org | sudo sh
If you have certificate issues using ``wget`` try the following:
.. code:: console
@ -38,6 +40,7 @@ If you have certificate issues using ``wget`` try the following:
wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh
If you already have python installed, then it's as easy as:
.. code:: console
@ -54,6 +57,14 @@ have ``fetch`` available though:
If all you want is to install a ``salt-master`` using latest git:
.. code:: console
curl -L http://bootstrap.saltstack.org | sudo sh -s -- -M -N git develop
Adding support for other operating systems
------------------------------------------
In order to install salt for a distribution you need to define: