Posts

Showing posts with the label lamp

How Install and Configure LAMP on RHEL 8 through Local Repository

Image
Installation and Configuration of LAMP on RHEL 8/CentOS 8 through Local Repository Lamp stands for Linux, apache, mysql and php. In Linux, multiple flavors are available to create LAMP infrastructure like CentOS, REDHAT, Ubuntu, Debian etc. Here we use CentOS 8; the CentOS 8 is a community release version of REDHAT 8. CentOS 8 release on September 2019, you can create the entire lab on CentOS 8 easily for understanding and knowledge purpose and you can perform the same steps on RHEL 8 for production work environment. Apache: Apache is a HTTP Web Server that is open source means free software/package that is use Linux, Windows and MAC base operating system. Apache is a most reliable web server software that first version released in 1995. Apache is customizable and secure webserver software. Database (Mysql/MS SQL): Mysql or SQL used to store data of application as per the requirement. In Linux, mysql is use for database and in windows, SQL server is use for database storage. ...

How to Install and Configure LAMP on CentOS 7

Image
 Installation and Configuration of LAMP on CentOS 7 Lamp is an abbreviation of Linux, Apache, MySQL and PHP. Linux is an operating system, here we are using operating system for this lab scenario is CentOS Linux 7 (Redhat Linux 7). Apache is a web server also called HTTP server that is a open source, Apache is developed by open community of developers. Here we are installing mariadb server for database that is fork of  MySQL relational database, mariadb is a open source software that have a General Public License. PHP is Hypertext preprocessor, php is a opensource scripting language that is use for web development. PHP files contains CSS, HTML, java script and php code.  This lab is perform on domain authenticated CentOS Linux 7 machine. Domain user "administrator" is use for the complete installation and configuration of LAMP server. Login with the domain administrator, to verify this is domain administrator type the below mention command. id administrator To clean all t...