remi

install remi repo centos 7

Install remi repo Centos & Configure remi repository centos 7

How to install remi and configure? First, we need epel repository for remi as there are few dependencies. Install epel repository and check. yum install epel-release yum repolist Now you need to install the remi repository from the below link. There 3 methods through which you can install the repository. Install Remi repo Centos 7 […]

Install remi repo Centos & Configure remi repository centos 7 Read More »

How to install and configure php7 , nginx on centos 7 1

How to install and configure php7 , nginx on centos 7

How to install nginx in centos 7 Update your server yum update Add epel repo as nginx is not available in Default repo yum install epel-release Install nginx yum install nginx Start the nginx services systemctl start nginx Enable the nginx so that when ever server restart , it should automatically start systemctl enable nginx

How to install and configure php7 , nginx on centos 7 Read More »