提交 62e37cf1 编写于 作者: C Cleber Rosa

Getting Started Guide: use new RPM repository URLs

Together with the asset files, we'll now host the RPM repos at
a couple of OpenShift instances, named after the Avocado Project.

The two main repo files are located at:

 * https://repos-avocadoproject.rhcloud.com/static/avocado-fedora.repo
 * https://repos-avocadoproject.rhcloud.com/static/avocado-el.repo

And they point to the same base URL for individual repositories.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 31764c1e
......@@ -24,11 +24,18 @@ Fedora
You can install the RPM packages by running the following commands::
sudo curl http://copr.fedoraproject.org/coprs/lmr/Autotest/repo/fedora-20/lmr-Autotest-fedora-20.repo -o /etc/yum.repos.d/autotest.repo
sudo yum update
sudo curl https://repos-avocadoproject.rhcloud.com/static/avocado-fedora.repo -o /etc/yum.repos.d/avocado.repo
sudo dnf install avocado
Enterprise Linux
----------------
If you're running either Red Hat Enterprise Linux or one of the derivatives
such as CentOS, just adapt to the following URL and commands::
sudo curl https://repos-avocadoproject.rhcloud.com/static/avocado-el.repo -o /etc/yum.repos.d/avocado.repo
sudo yum install avocado
Don't mind the Fedora version here, the same repo file should work for newer distros.
Ubuntu
------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册