The word "WAMP" stand for "Windows + Apache + MySQL + PHP". This is a very handy package for Windows which already includes PHP, MySQL and Apache so you won't have to install these packages separately. WAMP can be obtained from here
Its installation is pretty user-friendly and doesn't need any deep inspection. What I want to tell you about is how to set up this package after you have installed it.
After installing WAMP start it and you will see its icon in the taskbar. Using this icon, you can change any settings and enable/disable any modules in PHP or Apache. Just left-click this icon and proceed to "Apache -> Apache modules" or "PHP -> PHP settings" or "PHP -> PHP extensions". Using these menus, you can enable such modules, like "rewrite_module" in Apache, such extensions like "php_mbstring" and make such settings like "enable short open tag".
After every change you make, all services will get restarted.
The first problem which is encountered by those who install Dolphin on WAMP is a garbled home page after installation. This is caused by disabled "short_open_tag" which is set so by default. Dolphin mostly encloses PHP commands into tags like "<? ?>" instead of the full notation "<?php ?>", that is why you need to enable "short_open_tag" in the first place:
"WAMP icon -> PHP -> PHP settings -> short open tag".
It's also necessary to enable the setting "allow url fopen" and the extensions "php_gd2", "php_mbstring" and "php_xsl". In Apache it's necessary to enable "rewrite_module".
You should also have some SMTP server installed on your Windows machine. To make Dolphin work properly with this server, you will have to open the file "php.ini":
"WAMP icon -> PHP -> php.ini"
and uncomment (remove semicolons) and edit the following lines:
;SMTP = your_domain_name
;sendmail_from = your_admin_email
so they look like
SMTP = mysite.com
sendmail_from = admin@mysite.com
Wishing you success installing Dolphin on WAMP.
and also in default installation WAMP doesn't have any sendmail or other mail systems.
You should install them separately.
ffmpeg for Windows can be found here:
http://www.boonex.com/ffmpeg_win.zip
sendmail programs for Windows can be searched for in Google
post forum
http://www.boonex.com/unity/forums/#topic/Installation-help-2009-03-21.htm
you will not need to install your own PHP or MYSQL
http://www.apachefriends.org/en/xampp-windows.html
http://www.apachefriends.org/winxampp/readme_en.txt
###### ApacheFriends XAMPP (Basispaket) version 1.7.0 ######
+ Apache 2.2.11
+ MySQL 5.1.30 (Community Server)
+ PHP 5.2.8 + PEAR (Support for PHP 4 has been discontinued)
+ PHP-Switch win32 1.0 (use "php-switch.bat" see more
Apache2triad is a really great alternative. Install it and make the same changes to the php.ini as noted above (have to use notepad since there is not an interface like WAMP). Triad has mail and ftp integrated and is secured while see more
Install Debian using default settings (takes about 15 minutes and you've got a web server running.
Now for the REALLY EASY PART.... grab a control panel for hosting called ehcp. This is a single-command install script which once run will automagically download, update and set up a total web hosting server see more