On the occasion of this post I will share how an easy way to install apache web server, MySQL server and PHP on Ubuntu operating system. Apache, MySQL, and PHP can be installed directly in a single install package using LAMP (Linux, Apache, MySQL, and PHP) which is available on the repository server; here are the steps to install it.
- Open a terminal, by clicking Applications – Accessories – Terminal
- Type the following command to install LAMP server on your system
1sudo tasksel install lamp-server - When the installation is running MySQL will create a user “root “, please memorized password that you entered.
- After the installation is complete, please try to check whether Apache is running properly or not, by opening a browser and type the address http://localhost, if successful installation will appear like the image below
- To simplify your work life and smile icon How To Easily Install Apache, MySQL, and PHP on Ubuntu please install phpmyadmin to manage MySQL, with the following command
1sudo apt-get install phpmyadmin
- After the installation is complete, please try to check whether Apache is running properly or not, by opening a browser and type the address http://localhost, if successful installation will appear like the image below
Good luck, do not forget to visit again to this simple blog on another occasion