mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31458 from vutny/correct-doc-install-debian
Correct installation documentation for Debian
This commit is contained in:
commit
aa0a9a03dd
1 changed files with 42 additions and 14 deletions
|
@ -9,13 +9,19 @@ Debian Installation
|
|||
Installation from the SaltStack Repository
|
||||
==========================================
|
||||
|
||||
2015.5 and later packages for Debian 8 (Jessie) are available in the
|
||||
2015.5 and later packages for Debian 8 ("Jessie") are available in the
|
||||
SaltStack repository.
|
||||
|
||||
.. note::
|
||||
SaltStack repository contains only packages suitable for ``i386`` (32-bit
|
||||
Intel-compatible CPUs) and ``amd64`` (64-bit) architectures. While Salt
|
||||
packages are built for all Debian ports (have ``all`` suffix in package
|
||||
names), some of the dependencies are avaivable only for ``amd64`` systems.
|
||||
|
||||
.. important::
|
||||
The repository folder structure changed in the 2015.8.3 release, though the
|
||||
previous repository structure that was documented in 2015.8.1 can continue to
|
||||
be used.
|
||||
The repository folder structure changed in the 2015.8.3 release, though the
|
||||
previous repository structure that was documented in 2015.8.1 can continue to
|
||||
be used.
|
||||
|
||||
To install using the SaltStack repository:
|
||||
|
||||
|
@ -41,11 +47,6 @@ To install using the SaltStack repository:
|
|||
- ``apt-get install salt-syndic``
|
||||
- ``apt-get install salt-cloud``
|
||||
|
||||
Post-installation tasks
|
||||
-----------------------
|
||||
|
||||
Now, go to the :doc:`Configuring Salt </ref/configuration/index>` page.
|
||||
|
||||
Installation from the Community Repository
|
||||
==========================================
|
||||
|
||||
|
@ -71,7 +72,7 @@ For Jessie, the following line is needed in either
|
|||
Wheezy (Old Stable)
|
||||
-------------------
|
||||
|
||||
For wheezy, the following line is needed in either
|
||||
For Wheezy, the following line is needed in either
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``:
|
||||
|
||||
.. code-block:: bash
|
||||
|
@ -81,7 +82,7 @@ For wheezy, the following line is needed in either
|
|||
Squeeze (Old Old Stable)
|
||||
------------------------
|
||||
|
||||
For squeeze, you will need to enable the Debian backports repository
|
||||
For Squeeze, you will need to enable the Debian backports repository
|
||||
as well as the debian.saltstack.com repository. To do so, add the
|
||||
following to ``/etc/apt/sources.list`` or a file in
|
||||
``/etc/apt/sources.list.d``:
|
||||
|
@ -91,10 +92,21 @@ following to ``/etc/apt/sources.list`` or a file in
|
|||
deb http://debian.saltstack.com/debian squeeze-saltstack main
|
||||
deb http://backports.debian.org/debian-backports squeeze-backports main
|
||||
|
||||
Stretch (Testing)
|
||||
-----------------
|
||||
|
||||
For Stretch, the following line is needed in either
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
deb http://debian.saltstack.com/debian stretch-saltstack main
|
||||
|
||||
|
||||
Sid (Unstable)
|
||||
--------------
|
||||
|
||||
For sid, the following line is needed in either
|
||||
For Sid, the following line is needed in either
|
||||
``/etc/apt/sources.list`` or a file in ``/etc/apt/sources.list.d``:
|
||||
|
||||
.. code-block:: bash
|
||||
|
@ -140,10 +152,26 @@ may be given at a time:
|
|||
- ``apt-get install salt-ssh``
|
||||
- ``apt-get install salt-syndic``
|
||||
|
||||
Installation from the Debian Main Repository
|
||||
============================================
|
||||
|
||||
Stretch (Testing) and Sid (Unstable) distributions are already contain mostly
|
||||
up-to-date Salt packages built by Debian Salt Team.
|
||||
|
||||
Install Salt components directly from Debian:
|
||||
|
||||
- ``apt-get install salt-api``
|
||||
- ``apt-get install salt-cloud``
|
||||
- ``apt-get install salt-doc``
|
||||
- ``apt-get install salt-master``
|
||||
- ``apt-get install salt-minion``
|
||||
- ``apt-get install salt-proxy``
|
||||
- ``apt-get install salt-ssh``
|
||||
- ``apt-get install salt-syndic``
|
||||
|
||||
.. _Debian-config:
|
||||
|
||||
Post-installation tasks
|
||||
-----------------------
|
||||
=======================
|
||||
|
||||
Now, go to the :doc:`Configuring Salt </ref/configuration/index>` page.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue