1
0

ubuntu.rst 958 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _installation-ubuntu:
  2. ======
  3. Ubuntu
  4. ======
  5. .. _installation-ubuntu-repo:
  6. Installation from the Official SaltStack Repository
  7. ===================================================
  8. Packages for Ubuntu 16 (Xenial), Ubuntu 14 (Trusty), and Ubuntu 12 (Precise)
  9. are available in the SaltStack repository.
  10. Instructions are at https://repo.saltstack.com/#ubuntu.
  11. .. _ubuntu-install-pkgs:
  12. Install Packages
  13. ================
  14. Install the Salt master, minion or other packages from the repository with
  15. the `apt-get` command. These examples each install one of Salt components, but
  16. more than one package name may be given at a time:
  17. - ``apt-get install salt-api``
  18. - ``apt-get install salt-cloud``
  19. - ``apt-get install salt-master``
  20. - ``apt-get install salt-minion``
  21. - ``apt-get install salt-ssh``
  22. - ``apt-get install salt-syndic``
  23. .. _ubuntu-config:
  24. Post-installation tasks
  25. =======================
  26. Now go to the :ref:`Configuring Salt<configuring-salt>` page.