mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00

GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit modifies a few of SaltStack's docs so that Licensee is able to recognize the repository's license type. LICENSE has been updated to contain the full text of the Apache license. COPYING has been removed; the info regarding external module licensing is now stored at the bottom of LICENSE. This commit also adds a "License" section to the README to clarify the licensing for SaltStack as well as for external modules. The update to LICENSE and the consolidation of COPYING with LICENSE allow Licensee to successfully identify the license type of SaltStack as Apache. Signed-off-by: Andrea Kao <eirinikos@gmail.com>
87 lines
3.6 KiB
ReStructuredText
87 lines
3.6 KiB
ReStructuredText
==================
|
|
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.
|