From 84dcdbfc5431d3f0cdef75c23f23dee3e3e74e8a Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Fri, 25 Jan 2013 23:48:00 +0000 Subject: [PATCH] Include information on how to install a master on README.rst --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index b422a45..6d1a0cf 100644 --- a/README.rst +++ b/README.rst @@ -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: