-
C:\WINDOWS\system32\drivers\etc\hosts -Add line 127.0.0.1 customer.trevetts.net
-
C:\wamp\bin\apache\Apache2.2.17\conf -add Virtual Host
<VirtualHost *:80>
ServerName customer.trevetts.net
DocumentRoot "C:\wamp\www\customer"
DirectoryIndex index.php index.html index.html index.htm index.shtml default.html
</VirtualHost>
-
VisualSVN server - Add repository named customer
Right click on repository - Hooks tab - Post-commit hook. add
"C:\Program Files\VisualSVN Server\bin\svn.exe" update "C:\wamp\www\customer" --username svn --password 781svn6065 --config-dir "C:\Program Files\VisualSVN Server\conf"
-
Add folder c:\wamp\www\customer
load website into folder
Checkout folder from repository: in Putty, enter-
svn co https://pai.trevetts.net/svn/customer .
To allow specific IP address access to phpMyAdmin
C:\wamp\alias\phpmyadmin.conf