XAMPP is most famous all in one development software for web application. Installing This software is so easy. Let's start
Install XAMPP in Windows
Go to
Apache Friend and download XAMPP for your desired machine (windows)
Run/execute the file you just downloaded. Make sure you run it as administrator to avoid few unnecessary error.
In the next screen, you are prompted to choose which components should installed. make sure PHP, MySQL, and PHPmyadmin is selected.
And now we're prompted to choose location where xampp will installed
Next, Install Bitnami. This is tool to manage some CMS installation such as Wordpress, Joomla, Drupal, etc.
Installation process will start. Wait for it to finish its task untill this screen show up.
This screen is XAMPP control panel. You can manage all about your server here.
Start PHP and MySQL and open Localhost
To run PHP and enable MySQL database, start apache and mysql.
If everything run fine, open your web browser application and navigate to
http://localhost/ or
http://127.0.0.1/ if nothing error, you will see this page.
Now you can start developing your web application.
XAMPP is very customizable. You can add or modify each module or extention for your server.
No comments:
Post a Comment