Skip to content

A guide on installing Salt in your environment

License

Notifications You must be signed in to change notification settings

saltstack/salt-install-guide

Repository files navigation

Salt install guide

Salt Project Discord Community PyPi Package Downloads Salt Project Twitch Channel Salt Project subreddit Follow SaltStack on Twitter

If you're looking to install Salt, you've come to the right place!

About the Salt install guide

The Salt Install Guide supplements and extends the core documentation for the Salt Project. This guide is intended to help Salt users install salt in their environment, ultimately superseding documentation where applicable:

Contributions from anyone inside the Salt project community are always welcome. Please read the :ref:`contributing` for more information. The contributing guide can also be found in the source repository:

Related links

Check out the following links also related to the Salt Install Guide:

  • Salt Project - The repository for the Salt Project.
  • Salt Project Home Page - The web portal for Salt community events and resources.
  • Contributing Guide - For information about contributing to the Salt Install Guide and other Salt documentation projects, including how to set up your environment and other policies around submitting merge requests or issues.
  • Salt Style Guide - For general guidance about using Salt Project terms and other style or formatting conventions.
  • rST guide - For conventions and guidelines about formatting reStructured Text (rST) in Salt documentation.

Other Salt documentation

The following documentation is part of the Salt Project documentation:

  • Salt Project documentation: Includes the full documentation for the Salt Project.
  • Module documentation: The Salt modules and state modules explain the use cases and arguments needed to execute the Salt modules.
  • Salt User Guide: The Salt User Guide supplements and extends the core documentation for the Salt Project. This guide is intended to help Salt users learn about Salt's core concepts and features. It was originally authored by Alan Cugler and reviewed as a cross-collaborative effort between many Salt experts.

Overview of the toolchain

This repository uses the following tools:

  • The Salt Install Guide documentation is composed in reStructured text (rST), which is a version of Markdown that is generally used in Python-based projects.
  • The rST is then run through Sphinx, a static site generator that converts the rST into HTML for publication on the web.
  • Sphinx applies the Furo Theme for Sphinx to render the site.
  • The guide is hosted directly on GitLab using the GitLab pages feature.
  • GitLab handles the CI/CD pipeline for the project.