Local webserver installation - part1

In this tutorial, we’re going to learn how to install a local webserver. This is really quite important most especially if you are now dealing with dynamic and database driven websites. And to save us from headaches and sudden hair loss, we’re gonna be using a very sophisticated and robust program called wampserver.
So what is WampServer?
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases.
WampServer installs automatically installer, and its usage is very intuitive. You will be able to tune your server without even touching the setting files.
WampServer Installation
- Download the wampserver installer on your hard drive.
- Double click the installer icon.

- A message box will pop up, just click yes and proceed to the next step.

- The installation wizard will come out and will guide you through the rest of the installation process. Just go ahead and follow the instructions.




- This time, you are now ready to install wampserver on your pc. Go ahead and click install.

- When the installation is almost done, a window will pop up asking you to set your default browser. If you are already running firefox or internet explorer it will automatically detect your running browser and will ask you if you’re going to use the currently running browser. Just click yes and you’re almost done.

- This time the wizard will ask you to set the php mail parameters. Just leave it set to default and click Next and you’re done!

- Now click the Finish button

- You can check the status of your webserver through the wamp icon located on your system tray. White color means all services are running and red indicates an error on the configuration file or the installation process. If one ore more services are not running the icon will turn to yellow.
- Now you’re ready to test your new webserver. Go ahead and fire-up your web browser and type http://localhost/ on your browser’s address bar. If everything works fine, you will see the wampserver page being displayed on your browser.

That covers the first part of this tutorial. In the next tutorial, I’m gonna be showing you the flexibility of wampserver when dealing with modules and extensions.

August 18th, 2008 at 12:47 am
crap crap crap
May 7th, 2008 at 1:02 am
pls. help me i ‘m instal the wampserver but he is not working how to run php code send me a process thanks
January 12th, 2008 at 6:54 pm
Nice, I’m looking forward to the second part of this tutorial