1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- ==================
- What is SaltStack?
- ==================
- SaltStack makes software for complex systems management at scale.
- SaltStack is the company that created and maintains the Salt Open
- project and develops and sells SaltStack Enterprise software, services
- and support. Easy enough to get running in minutes, scalable enough to
- manage tens of thousands of servers, and fast enough to communicate with
- them in *seconds*.
- Salt is a new approach to infrastructure management built on a dynamic
- communication bus. Salt can be used for data-driven orchestration,
- remote execution for any infrastructure, configuration management for
- any app stack, and much more.
- Download Salt Open
- ==================
- Salt Open is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
- Windows. Download Salt Open and get started now.
- `<https://repo.saltstack.com/>`_
- `Installation Instructions <https://docs.saltstack.com/en/latest/topics/installation/index.html>`_
- SaltStack Documentation
- =======================
- Installation instructions, getting started guides, and in-depth API
- documentation.
- `<https://docs.saltstack.com/en/getstarted/>`_
- `<https://docs.saltstack.com/en/latest/>`_
- Security Advisory
- =================
- For historical reasons, Salt requires PyCrypto as a "lowest common
- denominator". However, `PyCrypto is unmaintained`_ and best practice is to
- manually upgrade to use a more maintained library such as `PyCryptodome`_. See
- `Issue #52674`_ and `Issue #54115`_ for more info
- Engage SaltStack
- ================
- `SaltConf`_, **User Groups and Meetups** - SaltStack has a vibrant and `global
- community`_ of customers, users, developers and enthusiasts. Connect with other
- Salted folks in your area of the world, or join `SaltConf`_, the SaltStack
- annual user conference held in Salt Lake City. Please visit the `SaltConf`_ site
- for details of our next conference. Also, please let us know if you would like
- to start a user group or if we should add your existing SaltStack user group to
- this list by emailing: info@saltstack.com
- **SaltStack Training** - Get access to proprietary `SaltStack education
- offerings`_ through instructor-led training offered on-site, virtually or at
- SaltStack headquarters in Salt Lake City. SaltStack Enterprise training helps
- increase the value and effectiveness of SaltStack software for any customer and
- is a prerequisite for coveted `SaltStack Certified Engineer (SSCE)`_ status.
- SaltStack training is also available through several `SaltStack professional
- services`_ offerings.
- **Follow SaltStack on -**
- * YouTube - `<http://www.youtube.com/saltstack>`_
- * Twitter - `<http://www.twitter.com/saltstack>`_
- * Facebook - `<https://www.facebook.com/SaltStack/>`_
- * LinkedIn - `<https://www.linkedin.com/company/salt-stack-inc>`_
- * LinkedIn Group - `<https://www.linkedin.com/groups/4877160>`_
- .. _global community: http://www.meetup.com/pro/saltstack/
- .. _SaltConf: http://saltconf.com/
- .. _SaltStack education offerings: http://saltstack.com/training/
- .. _SaltStack Certified Engineer (SSCE): http://saltstack.com/certification/
- .. _SaltStack professional services: http://saltstack.com/services/
- .. _PyCrypto is unmaintained: https://github.com/dlitz/pycrypto/issues/301#issue-551975699
- .. _PyCryptodome: https://pypi.org/project/pycryptodome/
- .. _Issue #52674: https://github.com/saltstack/salt/issues/52674
- .. _Issue #54115: https://github.com/saltstack/salt/issues/54115
- License
- =======
- SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please see the
- LICENSE file for the full text of the Apache license, followed by a full summary
- of the licensing used by external modules.
- A complete list of attributions and dependencies can be found here: https://github.com/saltstack/salt/blob/master/DEPENDENCIES.md
|