mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update sidebar and releasecandidate docs for rc2
This commit is contained in:
parent
b0f4077b1a
commit
5cd2db23eb
2 changed files with 7 additions and 7 deletions
2
doc/_templates/version.html
vendored
2
doc/_templates/version.html
vendored
|
@ -10,5 +10,5 @@
|
|||
<p>Latest Salt release: <a href="{{ pathto('topics/releases/{0}'.format(release)) }}">{{ release }}</a></p>
|
||||
|
||||
<p>Try the shiny new release candidate of Salt,
|
||||
- <a href="{{ pathto('topics/releases/2015.2.0') }}">v2015.2.0rc1</a>! More info
|
||||
- <a href="{{ pathto('topics/releases/2015.2.0') }}">v2015.2.0rc2</a>! More info
|
||||
- <a href="{{ pathto('topics/releases/releasecandidate') }}">here</a>.</p>
|
||||
|
|
|
@ -16,7 +16,7 @@ The easiest way to install a release candidate of Salt is using
|
|||
.. code-block:: bash
|
||||
|
||||
curl -o install_salt.sh -L https://bootstrap.saltstack.com
|
||||
sudo sh install_salt.sh git v2015.2.0rc1
|
||||
sudo sh install_salt.sh git v2015.2.0rc2
|
||||
|
||||
If you want to also install a master using `Salt Bootstrap`_, use the ``-M``
|
||||
flag:
|
||||
|
@ -24,7 +24,7 @@ flag:
|
|||
.. code-block:: bash
|
||||
|
||||
curl -o install_salt.sh -L https://bootstrap.saltstack.com
|
||||
sudo sh install_salt.sh -M git v2015.2.0rc1
|
||||
sudo sh install_salt.sh -M git v2015.2.0rc2
|
||||
|
||||
If you want to install only a master and not a minion using `Salt Bootstrap`_,
|
||||
use the ``-M`` and ``-N`` flags:
|
||||
|
@ -32,7 +32,7 @@ use the ``-M`` and ``-N`` flags:
|
|||
.. code-block:: bash
|
||||
|
||||
curl -o install_salt.sh -L https://bootstrap.saltstack.com
|
||||
sudo sh install_salt.sh -M -N git v2015.2.0rc1
|
||||
sudo sh install_salt.sh -M -N git v2015.2.0rc2
|
||||
|
||||
|
||||
Installation from Source Tarball
|
||||
|
@ -44,9 +44,9 @@ installation docs <_installation>`. Then install salt using the following:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
curl -O https://pypi.python.org/packages/source/s/salt/salt-2015.2.0rc1.tar.gz
|
||||
tar -xzvf salt-2015.2.0rc1.tar.gz
|
||||
cd salt-2015.2.0rc1
|
||||
curl -O https://pypi.python.org/packages/source/s/salt/salt-2015.2.0rc2.tar.gz
|
||||
tar -xzvf salt-2015.2.0rc2.tar.gz
|
||||
cd salt-2015.2.0rc2
|
||||
sudo python setup.py install
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue