4,461
edits
→Setting up from scratch on a VM at work: Install EPEL repo |
|||
Line 2: | Line 2: | ||
== Web services == | == Web services == | ||
=== Install NGINX === | |||
<source lang="bash"> | <source lang="bash"> | ||
Line 33: | Line 35: | ||
</source> | </source> | ||
=== Install EPEL repo === | |||
<source lang="console"> | |||
$ sudo subscription-manager repos --enable rhel-7-server-optional-rpms --enable rhel-7-server-extras-rpms | |||
$ cd /tmp | |||
$ wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | |||
$ sudo yum install epel-release-latest-7.noarch.rpm | |||
</source> | |||
= Useful commands = | = Useful commands = |