Loading...

Category: Real Time Concepts

Lamp Setup In Centos/Redhat

PHP and HTTPD Installation In centos 7 sudo rpm -Uvh http://rpms.remirepo.net/enterprise/remi-release-7.rpm sudo yum -y install yum-utils sudo yum-config-manager –enable remi-php56 sudo yum install httpd php php-openssl php-pdo php-mbstring php-tokenizer php-curl [ … ]

Lamp Setup In Ubuntu

Lamp Setup In Ubuntu To install phpmyadmin in ubuntu follow as below sudo apt-get install phpmyadmin After installation open below config file vi /etc/apache2/apache2.conf Then add the following line to [ … ]