1
0

index.rst 993 B

12345678910111213141516171819202122232425262728293031
  1. Install Salt Cloud
  2. ==================
  3. Salt Cloud is now part of Salt proper. It was merged in as of
  4. :ref:`Salt version 2014.1.0 <release-2014-1-0>`.
  5. On Ubuntu, install Salt Cloud by using following command:
  6. .. code-block:: bash
  7. sudo add-apt-repository ppa:saltstack/salt
  8. sudo apt-get update
  9. sudo apt-get install salt-cloud
  10. If using Salt Cloud on macOS, ``curl-ca-bundle`` must be installed. Presently,
  11. this package is not available via ``brew``, but it is available using MacPorts:
  12. .. code-block:: bash
  13. sudo port install curl-ca-bundle
  14. Salt Cloud depends on ``apache-libcloud``. Libcloud can be installed via pip
  15. with ``pip install apache-libcloud``.
  16. Installing Salt Cloud for development
  17. -------------------------------------
  18. Installing Salt for development enables Salt Cloud development as well, just
  19. make sure ``apache-libcloud`` is installed as per above paragraph.
  20. See these instructions: :ref:`Installing Salt for development <installing-for-development>`.