1
0

solaris.rst 671 B

123456789101112131415161718192021222324
  1. =======
  2. Solaris
  3. =======
  4. Salt is known to work on Solaris but community packages are unmaintained.
  5. It is possible to install Salt on Solaris by using `setuptools`.
  6. For example, to install the develop version of salt:
  7. .. code-block:: bash
  8. git clone https://github.com/saltstack/salt
  9. cd salt
  10. sudo python setup.py install --force
  11. .. note::
  12. SaltStack does offer commercial support for Solaris which includes packages.
  13. Packages can be found on the
  14. `Downloads page of the Enterprise Installation Guide
  15. <https://enterprise.saltstack.com/docs/downloads.html#aix-solaris-minions>`_
  16. and are downloadable with a *SaltStack Enterprise* account.