Setup WAMP/LAMP Stack
Step 1). Download WAMP (http://www.wampserver.com/en/download.php)
Step 2). Install WAMP.
Step 3). Enable mod_rewrite
Step 3). Enable vhosts_alias_module
Setup Eclipse PDT with Subversion
Step 4). Download Eclipse PDT (http://www.eclipse.org/pdt/downloads/)
Step 5). Unzip this to your favourite directory (e.g. C:/eclipse)
Step 6). Run eclipse.exe (JRE is required to run)
Step 7). Navigate:- Help -> Software Updates -> Find & Install
Step 8). Use subclipse URL according to your eclipse version
http://subclipse.tigris.org/update_1.4.x
http://subclipse.tigris.org/update_1.2.x
http://subclipse.tigris.org/update_1.0.x
Step 9).
Finish & restart eclipse.
Setup Custom hosts for Development
Step 10). Edit C:\WINDOWS\system32\drivers\etc\hosts file
Step 11). add this line to end of the file
127.0.0.1 newproject.localhost
Step 12). Edit Apache Confirguration File (e.g. C:\wamp\bin\apache\apache2.2.8\conf\httpd.conf)
Un-Comment vhosts include path
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
Step 13). Edit Apache vHosts Confirguration File (e.g. C:\wamp\bin\apache\apache2.2.8\conf\extra\httpd-vhosts.conf)
Step 14). Add Virtual host to apache
e.g. code
DocumentRoot "C:/wamp/www/newproject"
ServerName newproject.localhost
Step 15). Add C:/wamp/www/newproject directory
Step 16). Restart Apache