Update RC Install Instructions

This commit is contained in:
Frode Gundersen 2020-10-05 11:12:08 -06:00 committed by Daniel Wozniak
parent a9dc021814
commit 0003558d8b

View file

@ -29,17 +29,17 @@ The builds should include the latest version of the OS that is currently availab
baseurl=https://repo.saltstack.com/salt_rc/py3/redhat/$releasever/$basearch/
For Ubuntu Python 3 (replace os_version, with ubuntu version. For example 18.04)
For Ubuntu Python 3 (replace os_version, with ubuntu version. For example 20.04)
.. code-block:: none
deb http://repo.saltstack.com/salt_rc/py3/ubuntu/<os_version>/amd64 bionic main
deb http://repo.saltstack.com/salt_rc/py3/ubuntu/<os_version>/amd64 focal main
For Debian Python 3 (replace os_version, with debian version. For example 9)
For Debian Python 3 (replace os_version, with debian version. For example 10)
.. code-block:: none
deb http://repo.saltstack.com/salt_rc/py3/debian/<os_version>/amd64 stretch main
deb http://repo.saltstack.com/salt_rc/py3/debian/<os_version>/amd64 buster main
The OSs that will be built for each RC release are the latest version of each OS on https://repo.saltstack.com
@ -52,19 +52,19 @@ Installing Using Bootstrap
You can install a release candidate of Salt using `Salt Bootstrap
<https://github.com/saltstack/salt-bootstrap/>`_:
For example for the 2019.2.0rc1 release:
For example for the 3002rc1 release:
.. code-block:: bash
curl -o install_salt.sh -L https://bootstrap.saltstack.com
sudo sh install_salt.sh -P -x python3 git v2019.2.0rc1
sudo sh install_salt.sh -P -x python3 git v3002rc1
If you want to also install a master using Salt Bootstrap, use the ``-M`` flag:
.. code-block:: bash
curl -o install_salt.sh -L https://bootstrap.saltstack.com
sudo sh install_salt.sh -P -M -x python3 git v2019.2.0rc1
sudo sh install_salt.sh -P -M -x python3 git v3002rc1
If you want to install only a master and not a minion using Salt Bootstrap, use
the ``-M`` and ``-N`` flags:
@ -72,7 +72,7 @@ the ``-M`` and ``-N`` flags:
.. code-block:: bash
curl -o install_salt.sh -L https://bootstrap.saltstack.com
sudo sh install_salt.sh -P -M -N -x python3 git v2019.2.0rc1
sudo sh install_salt.sh -P -M -N -x python3 git v3002rc1
Installing Using PyPI
=====================
@ -117,8 +117,8 @@ Then install salt using the following command:
sudo pip install salt==<rc tag version>
For example for the 2019.2.0rc1 release:
For example for the 3002rc1 release:
.. code-block:: bash
sudo pip install salt==2019.2.0rc1
sudo pip install salt==3002rc1