Salt Cloud - Install ******************** .. highlight:: bash Create Server ============= Login as ``root`` using the IP address or domain name:: sudo -i -u root ssh the.server.ip.address Install Salt ============ From https://repo.saltstack.com/ To install a minion:: curl -L https://bootstrap.saltstack.com -o install_salt.sh sudo sh install_salt.sh -P To install a master and a minion:: curl -L https://bootstrap.saltstack.com -o install_salt.sh sudo sh install_salt.sh -P -M Next Steps ========== 1. To setup a :doc:`salt-master` 2. To setup a Minion, :doc:`salt-provision` Legacy Notes ============ :doc:`salt-cloud-install`