Skip to content

Commit

Permalink
Getting Started Guide: use new RPM repository URLs
Browse files Browse the repository at this point in the history
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: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Nov 5, 2015
1 parent 31764c1 commit 62e37cf
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/source/GetStartedGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down

0 comments on commit 62e37cf

Please sign in to comment.