1
0

README.rst 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ==================
  2. What is SaltStack?
  3. ==================
  4. SaltStack makes software for complex systems management at scale.
  5. SaltStack is the company that created and maintains the Salt Open
  6. project and develops and sells SaltStack Enterprise software, services
  7. and support. Easy enough to get running in minutes, scalable enough to
  8. manage tens of thousands of servers, and fast enough to communicate with
  9. them in *seconds*.
  10. Salt is a new approach to infrastructure management built on a dynamic
  11. communication bus. Salt can be used for data-driven orchestration,
  12. remote execution for any infrastructure, configuration management for
  13. any app stack, and much more.
  14. Download Salt Open
  15. ==================
  16. Salt Open is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
  17. Windows. Download Salt Open and get started now.
  18. `<https://repo.saltstack.com/>`_
  19. `Installation Instructions <https://docs.saltstack.com/en/latest/topics/installation/index.html>`_
  20. SaltStack Documentation
  21. =======================
  22. Installation instructions, getting started guides, and in-depth API
  23. documentation.
  24. `<https://docs.saltstack.com/en/getstarted/>`_
  25. `<https://docs.saltstack.com/en/latest/>`_
  26. Security Advisory
  27. =================
  28. For historical reasons, Salt requires PyCrypto as a "lowest common
  29. denominator". However, `PyCrypto is unmaintained`_ and best practice is to
  30. manually upgrade to use a more maintained library such as `PyCryptodome`_. See
  31. `Issue #52674`_ and `Issue #54115`_ for more info
  32. Engage SaltStack
  33. ================
  34. `SaltConf`_, **User Groups and Meetups** - SaltStack has a vibrant and `global
  35. community`_ of customers, users, developers and enthusiasts. Connect with other
  36. Salted folks in your area of the world, or join `SaltConf`_, the SaltStack
  37. annual user conference held in Salt Lake City. Please visit the `SaltConf`_ site
  38. for details of our next conference. Also, please let us know if you would like
  39. to start a user group or if we should add your existing SaltStack user group to
  40. this list by emailing: info@saltstack.com
  41. **SaltStack Training** - Get access to proprietary `SaltStack education
  42. offerings`_ through instructor-led training offered on-site, virtually or at
  43. SaltStack headquarters in Salt Lake City. SaltStack Enterprise training helps
  44. increase the value and effectiveness of SaltStack software for any customer and
  45. is a prerequisite for coveted `SaltStack Certified Engineer (SSCE)`_ status.
  46. SaltStack training is also available through several `SaltStack professional
  47. services`_ offerings.
  48. **Follow SaltStack on -**
  49. * YouTube - `<http://www.youtube.com/saltstack>`_
  50. * Twitter - `<http://www.twitter.com/saltstack>`_
  51. * Facebook - `<https://www.facebook.com/SaltStack/>`_
  52. * LinkedIn - `<https://www.linkedin.com/company/salt-stack-inc>`_
  53. * LinkedIn Group - `<https://www.linkedin.com/groups/4877160>`_
  54. .. _global community: http://www.meetup.com/pro/saltstack/
  55. .. _SaltConf: http://saltconf.com/
  56. .. _SaltStack education offerings: http://saltstack.com/training/
  57. .. _SaltStack Certified Engineer (SSCE): http://saltstack.com/certification/
  58. .. _SaltStack professional services: http://saltstack.com/services/
  59. .. _PyCrypto is unmaintained: https://github.com/dlitz/pycrypto/issues/301#issue-551975699
  60. .. _PyCryptodome: https://pypi.org/project/pycryptodome/
  61. .. _Issue #52674: https://github.com/saltstack/salt/issues/52674
  62. .. _Issue #54115: https://github.com/saltstack/salt/issues/54115
  63. License
  64. =======
  65. SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please see the
  66. LICENSE file for the full text of the Apache license, followed by a full summary
  67. of the licensing used by external modules.