Comments on How to Install Craft CMS on CentOS 7
Craft is an open source CMS written in PHP which allows you to easily create and manage great-looking content, and to design and build exactly what you need. This tutorial will walk you through the Craft CMS installation procedure on a fresh CentOS system using Nginx as the web server and we will secure the website with a Let's encrypt SSL certificate.
2 Comment(s)
Comments
[root@centos ~]# sudo rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
Retrieving https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
warning: /var/tmp/rpm-tmp.DYZh1l: Header V4 RSA/SHA1 Signature, key ID 62e74ca5: NOKEY
error: Failed dependencies:
epel-release >= 7 is needed by webtatic-release-7-3.noarch
[root@centos ~]#
yum install epel-release