mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
swapping out SaltProject for Salt Project
This commit is contained in:
parent
ad787193e2
commit
4c3111898f
1 changed files with 9 additions and 9 deletions
18
README.rst
18
README.rst
|
@ -189,13 +189,13 @@ is not needed when running these commands as the ``root`` user.
|
||||||
|
|
||||||
The examples below show how to bootstrap Salt directly from GitHub or another Git repository.
|
The examples below show how to bootstrap Salt directly from GitHub or another Git repository.
|
||||||
Run the script without any parameters to get latest stable Salt packages for your system from
|
Run the script without any parameters to get latest stable Salt packages for your system from
|
||||||
the `SaltProject's corporate repository`_. See first example in the `Install using wget`_ section.
|
the `Salt Project's repository`_. See first example in the `Install using wget`_ section.
|
||||||
|
|
||||||
|
|
||||||
Install using curl
|
Install using curl
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
If you want to install a package of a specific release version, from the SaltProject repo:
|
If you want to install a package of a specific release version, from the Salt Project repo:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
|
@ -230,7 +230,7 @@ If all you want is to install a ``salt-master`` using latest Git:
|
||||||
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io
|
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io
|
||||||
sudo sh bootstrap-salt.sh -M -N git master
|
sudo sh bootstrap-salt.sh -M -N git master
|
||||||
|
|
||||||
If your host has Internet access only via HTTP proxy, from the SaltProject repo:
|
If your host has Internet access only via HTTP proxy, from the Salt Project repo:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
|
@ -264,7 +264,7 @@ Installing a specific version from git using ``wget``:
|
||||||
wget -O bootstrap-salt.sh https://bootstrap.saltproject.io
|
wget -O bootstrap-salt.sh https://bootstrap.saltproject.io
|
||||||
sudo sh bootstrap-salt.sh git v3004.1
|
sudo sh bootstrap-salt.sh git v3004.1
|
||||||
|
|
||||||
Installing a specific version package from the SaltProject repo using ``wget``:
|
Installing a specific version package from the Salt Project repo using ``wget``:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
|
@ -356,7 +356,7 @@ Using ``wget`` to install your distribution's stable packages:
|
||||||
|
|
||||||
wget -O - https://bootstrap.saltproject.io | sudo sh
|
wget -O - https://bootstrap.saltproject.io | sudo sh
|
||||||
|
|
||||||
Installing a target version package of Salt from the SaltProject repo:
|
Installing a target version package of Salt from the Salt Project repo:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
|
@ -404,8 +404,8 @@ listed below should reflect this document but may become out of date. If an oper
|
||||||
listed below, but is not listed on the official supported operating systems document, the level of
|
listed below, but is not listed on the official supported operating systems document, the level of
|
||||||
support is "best-effort".
|
support is "best-effort".
|
||||||
|
|
||||||
Since Salt is written in Python, the packages available from the `SaltProject's corporate
|
Since Salt is written in Python, the packages available from the `Salt Project's repository`_ are
|
||||||
repository`_ are CPU architecture independent and could be installed on any hardware supported by Linux kernel.
|
CPU architecture independent and could be installed on any hardware supported by Linux kernel.
|
||||||
However, the Salt Project does package Salt's binary dependencies only for ``x86_64`` (``amd64``)
|
However, the Salt Project does package Salt's binary dependencies only for ``x86_64`` (``amd64``)
|
||||||
and ``AArch32`` (``armhf``). The latter is available only for Debian/Raspbian 8 platforms.
|
and ``AArch32`` (``armhf``). The latter is available only for Debian/Raspbian 8 platforms.
|
||||||
|
|
||||||
|
@ -476,12 +476,12 @@ Ubuntu Best Effort Support: Non-LTS Releases
|
||||||
********************************************
|
********************************************
|
||||||
|
|
||||||
This script provides best-effort support for current, non-LTS Ubuntu releases. If package
|
This script provides best-effort support for current, non-LTS Ubuntu releases. If package
|
||||||
repositories are not provided on the `SaltProject's Ubuntu repository`_ for the non-LTS release,
|
repositories are not provided on the `Salt Project's Ubuntu repository`_ for the non-LTS release,
|
||||||
the bootstrap script will attempt to install the packages for the most closely related LTS Ubuntu
|
the bootstrap script will attempt to install the packages for the most closely related LTS Ubuntu
|
||||||
release instead.
|
release instead.
|
||||||
|
|
||||||
For example, when installing Salt on Ubuntu 21.10, the bootstrap script will setup the repository
|
For example, when installing Salt on Ubuntu 21.10, the bootstrap script will setup the repository
|
||||||
for Ubuntu 20.04 from the `SaltProject's Ubuntu repository`_ and install the 20.04 packages.
|
for Ubuntu 20.04 from the `Salt Project's Ubuntu repository`_ and install the 20.04 packages.
|
||||||
|
|
||||||
Non-LTS Ubuntu releases are not supported once the release reaches End-of-Life as defined by
|
Non-LTS Ubuntu releases are not supported once the release reaches End-of-Life as defined by
|
||||||
`Ubuntu's release schedule`_.
|
`Ubuntu's release schedule`_.
|
||||||
|
|
Loading…
Add table
Reference in a new issue