mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
e540b4616e
The OpenCSW packages are no longer maintained. Include details about installing via setup.py.
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 commerical support for Solaris which includes packages.
|