Skip to content

Commit

Permalink
Update CentOS installation instructions.
Browse files Browse the repository at this point in the history
Remove outdated instructions for CentOS 5. Create instructions for
CentOS 6 and CentOS 7.
  • Loading branch information
tcmitchell committed Jul 28, 2015
1 parent 8601ba9 commit d7c372d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 36 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ gcf 2.10:
* Fix some typos in `Provision()` in `am3.py`. (#846)
* Add Debian and RPM packaging configuration (#849)
* Fix am2 not keeping resources' state updated when creating or deleting Slivers (#848)
* Update CentOS installation instructions (#853)

gcf 2.9:
* Add Markdown style README, CONTRIBUTING and CONTRIBUTORS files. (#551)
Expand Down
15 changes: 15 additions & 0 deletions INSTALL-centos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CentOS 7
--------

```
yum install m2crypto python-dateutil pyOpenSSL \
xmlsec1 xmlsec1-openssl
```

CentOS 6
--------

```
yum install m2crypto python-dateutil pyOpenSSL \
xmlsec1 xmlsec1-openssl python-importlib
```
36 changes: 0 additions & 36 deletions INSTALL.centos

This file was deleted.

0 comments on commit d7c372d

Please sign in to comment.