Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse order between installing rdo-release.rpm and updating #378

Merged
merged 1 commit into from Feb 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/install/quickstart.html.md
Expand Up @@ -21,8 +21,8 @@ These instructions are to install the current ("**Liberty**") release.

## Summary for the Impatient

sudo yum update -y
sudo yum install -y https://www.rdoproject.org/repos/rdo-release.rpm
sudo yum update -y
sudo yum install -y openstack-packstack
packstack --allinone

Expand All @@ -34,13 +34,13 @@ These instructions are to install the current ("**Liberty**") release.

## Step 1: Software repositories

Update your current packages:

sudo yum update -y

Setup the RDO repositories:

sudo yum install -y https://rdoproject.org/repos/rdo-release.rpm

Update your current packages:

sudo yum update -y

_Looking for an older version? See [http://rdoproject.org/repos/](http://rdoproject.org/repos/) for the full listing._

Expand Down