Update the documentation
authorNikos Skalkotos <skalkoto@grnet.gr>
Tue, 16 Jul 2013 14:02:46 +0000 (17:02 +0300)
committerNikos Skalkotos <skalkoto@grnet.gr>
Wed, 17 Jul 2013 09:01:48 +0000 (12:01 +0300)
Add installation instructions for OpenSUSE

docs/install.rst

index 59665c4..a7f3031 100644 (file)
@@ -135,7 +135,7 @@ CentOS
 ------
 
 For *CentOS 6* you can use our official packages hosted at the *synnefo*
-repository of the openSUSE Build Service.
+repository of the OpenSUSE Build Service.
 
 Add the *synnefo* repository for *CentOS 6* to the yum repositories list:
 
@@ -146,6 +146,38 @@ Add the *synnefo* repository for *CentOS 6* to the yum repositories list:
 
 Check the `Fedora <#fedora>`_ instructions on how to install the software.
 
+OpenSUSE
+--------
+
+For *OpenSUSE 12.3* you can use our official packages hosted at the *synnefo*
+repository of the OpenSUSE Build Service.
+
+Add the *Virtualization* repository for *OpenSUSE 12.3* to *YaST* with the
+*Zypper* package manager:
+
+.. code-block:: console
+
+   $ zypper ar -f http://download.opensuse.org/repositories/Virtualization/openSUSE_12.3/Virtualization.repo
+
+Add the *synnefo* repository:
+
+.. code-block:: console
+
+   $ zypper ar -f http://download.opensuse.org/repositories/home:/GRNET:/synnefo/openSUSE_12.3/home:GRNET:synnefo.repo
+
+To list the *snf-image-creator* package use the following command:
+
+.. code-block:: console
+
+   $ zypper se snf-image-creator
+
+Install the package by issuing:
+
+.. code-block:: console
+
+   $ zypper in snf-image-creator
+
+
 Arch Linux
 ----------