mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-15 17:20:20 +00:00
Include information on how to install a master on README.rst
This commit is contained in:
parent
8397a35b1f
commit
84dcdbfc54
1 changed files with 11 additions and 0 deletions
11
README.rst
11
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue