Posts

Showing posts from December, 2023

Steps to Install the process of PHP with apache server and Mysql server in ubuntu OS

Image
So lets get start of discussion to how we can install PHP with Apache server and Mysql server in Ubuntu. In this Blog I'm gonna show step by step installation or instruction that how you can install PHP with Apache server and Mysql server in Ubuntu. First of all Open your Ubuntu operating system and open in terminal. In the terminal We're going to write commands to easily install apache server. 1. Installation of Apache server : lets start with terminal and for intial step is to install of apache server and command to install server is : chirag@chirag-Virtualbox : $ sudo apt install apache2 and then press enter it show a command to enter password and then installation starts     After some installation it will ask yes or no question you just write a yes and then further or remaining installation proceeds and then its start downloading files in machine  Now when downloading is complete you have successfully install with Apache server in your Ubuntu machine  2. Test Apache server