mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
a3c54b50f6
lintian found various spelling mistakes. Signed-off-by: Benjamin Drung <benjamin.drung@profitbricks.com>
21 lines
437 B
ReStructuredText
21 lines
437 B
ReStructuredText
=======
|
|
Solaris
|
|
=======
|
|
|
|
Salt is known to work on Solaris but community packages are unmaintained.
|
|
|
|
It is possible to install Salt on Solaris by using `setuptools`.
|
|
|
|
For example, to install the develop version of salt:
|
|
|
|
.. code-block:: bash
|
|
|
|
git clone https://github.com/saltstack/salt
|
|
cd salt
|
|
sudo python setup.py install --force
|
|
|
|
|
|
.. note::
|
|
|
|
SaltStack does offer commercial support for Solaris which includes packages.
|