Skip to content
Snippets Groups Projects
Commit 70cf2232 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

docs: Update the installation instructions

 * Add instructions for CentOS 7
 * Use curl in favor of wget on Fedora and CentOS systems.
parent 9d40aac4
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ Add the *synnefo* repository for *Fedora 20* to *yum*: ...@@ -123,7 +123,7 @@ Add the *synnefo* repository for *Fedora 20* to *yum*:
.. code-block:: console .. code-block:: console
# cd /etc/yum.repos.d # cd /etc/yum.repos.d
# wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/Fedora_20/home:GRNET:synnefo.repo # curl -O http://download.opensuse.org/repositories/home:/GRNET:/synnefo/Fedora_20/home:GRNET:synnefo.repo
To list the *snf-image-creator* package use the following command: To list the *snf-image-creator* package use the following command:
...@@ -140,15 +140,24 @@ Install the package by issuing: ...@@ -140,15 +140,24 @@ Install the package by issuing:
CentOS CentOS
------ ------
For *CentOS 6* you can use our official packages hosted at the *synnefo* For *CentOS 6* and *CentOS 7* you can use our official packages hosted at the
repository of the OpenSUSE Build Service. *synnefo* repository of the OpenSUSE Build Service.
Add the *synnefo* repository for *CentOS 6* to the yum repositories list: Add the *synnefo* repository for *CentOS 6* to the yum repositories list:
For *CentOS 6*:
.. code-block:: console
# cd /etc/yum.repos.d
# curl -O http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_CentOS-6/home:GRNET:synnefo.repo
For *CentOS 7*:
.. code-block:: console .. code-block:: console
# cd /etc/yum.repos.d # cd /etc/yum.repos.d
# wget http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_CentOS-6/home:GRNET:synnefo.repo # curl -O http://download.opensuse.org/repositories/home:/GRNET:/synnefo/CentOS_7/home:GRNET:synnefo.repo
Check the `Fedora <#fedora>`_ instructions on how to install the software. Check the `Fedora <#fedora>`_ instructions on how to install the software.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment