Add docs for SUSE installation

This commit is contained in:
Colton Myers 2013-05-01 16:48:16 -06:00
parent b2162b9662
commit ce56ca0820
2 changed files with 64 additions and 0 deletions

View File

@ -53,6 +53,7 @@ These guides go into detail how to install salt on a given platform.
solaris
ubuntu
windows
suse
Dependencies

View File

@ -0,0 +1,63 @@
=================
SUSE Installation
=================
openSUSE
--------
For openSUSE Factory run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/openSUSE_Factory/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
For openSUSE 12.3 run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/openSUSE_12.3/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
For openSUSE 12.2 run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/openSUSE_12.2/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
For openSUSE 12.1 run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/openSUSE_12.1/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
For bleeding edge python Factory run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/bleeding_edge_python_Factory/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
SLES 11 SP2
-----------
For SLE 11 SP2 run the following as root:
.. code-block:: bash
zypper addrepo http://download.opensuse.org/repositories/devel:languages:python/SLE_11_SP2/devel:languages:python.repo
zypper refresh
zypper install salt salt-minion salt-master
Post-installation tasks
=======================
Now go to the :doc:`Configuring Salt</topics/configuration>` page.