<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BuildDocs.com - Operating System and Application Build Documents Repository &#187; WAMP</title>
	<atom:link href="http://builddocs.com/tags/wamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://builddocs.com</link>
	<description>Better Docs / Better Systems</description>
	<lastBuildDate>Thu, 15 Jul 2010 11:22:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Wordpress on Windows with WAMP</title>
		<link>http://builddocs.com/content_management/installing-wordpress-on-windows-with-wamp/</link>
		<comments>http://builddocs.com/content_management/installing-wordpress-on-windows-with-wamp/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 00:58:32 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=342</guid>
		<description><![CDATA[In this document we will be installing Wordpress 2.8.4 onto Windows Server 2003 using wamp server 2.0i (see WAMP on Windows Server 2003)
The first step is to download the package from the wordpress.org website

This file is compressed using gzip. To unzip we will use WinRar.

Navigate to the wordpress folder.

Copy all of the contents to your [...]]]></description>
			<content:encoded><![CDATA[<p>In this document we will be installing Wordpress 2.8.4 onto Windows Server 2003 using wamp server 2.0i (see <a href="http://builddocs.com/server_os_builds/wamp-on-windows-server-2003/">WAMP on Windows Server 2003</a>)</p>
<p>The first step is to download the package from the wordpress.org website</p>
<p><img class="aligncenter size-full wp-image-343" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-39-50.jpg" alt="Win2k3-2009-08-11-21-39-50" width="560" height="420" /></p>
<p>This file is compressed using gzip. To unzip we will use WinRar.</p>
<p><img class="aligncenter size-full wp-image-346" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-40-33.jpg" alt="Win2k3-2009-08-11-21-40-33" width="560" height="420" /></p>
<p>Navigate to the wordpress folder.</p>
<p><img class="aligncenter size-full wp-image-347" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-40-55.jpg" alt="Win2k3-2009-08-11-21-40-55" width="560" height="420" /></p>
<p>Copy all of the contents to your wamp www directory</p>
<p><img class="aligncenter size-full wp-image-348" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-41-51.jpg" alt="Win2k3-2009-08-11-21-41-51" width="560" height="420" /></p>
<p>Next we need to create a database and a database user for the application. Click on the wamp service menu in the task bar and open phpmyadmin</p>
<p><img class="aligncenter size-full wp-image-351" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-42-06.jpg" alt="Win2k3-2009-08-11-21-42-06" width="560" height="420" /></p>
<p>Click on Databases and enter a name for the wordpress database</p>
<p><img class="aligncenter size-full wp-image-352" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-42-34.jpg" alt="Win2k3-2009-08-11-21-42-34" width="560" height="420" /></p>
<p>Click Create</p>
<p><img class="aligncenter size-full wp-image-353" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-42-46.jpg" alt="Win2k3-2009-08-11-21-42-46" width="560" height="420" /></p>
<p>To create a user click on Privileges and click Add New User</p>
<p><img class="aligncenter size-full wp-image-354" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-42-55.jpg" alt="Win2k3-2009-08-11-21-42-55" width="560" height="420" /></p>
<p>Enter a username and password for the application user. For host just put localhost.</p>
<p><img class="aligncenter size-full wp-image-356" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-44-40.jpg" alt="Win2k3-2009-08-11-21-44-40" width="560" height="420" /></p>
<p>Grant the user necessary permissions to perform the install. Check all boxes for Data and Structure. Press OK.</p>
<p><img class="aligncenter size-full wp-image-358" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-45-05.jpg" alt="Win2k3-2009-08-11-21-45-05" width="560" height="420" /></p>
<p>Close PhpMyAdmin and open a new browser window. In the adress bar enter http://localhost. Press the button to create a new wp_config file.</p>
<p><img class="aligncenter size-full wp-image-359" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-49-15.jpg" alt="Win2k3-2009-08-11-21-49-15" width="560" height="420" /></p>
<p>The wordpress installer begins. Press Next.</p>
<p><img class="aligncenter size-full wp-image-360" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-49-22.jpg" alt="Win2k3-2009-08-11-21-49-22" width="560" height="420" /></p>
<p>Enter the database information for the database created earlier. For host use localhost. Table prefix is optional. Press Submit</p>
<p><img class="aligncenter size-full wp-image-361" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-50-31.jpg" alt="Win2k3-2009-08-11-21-50-31" width="560" height="420" /></p>
<p>Press Run the Install</p>
<p><img class="aligncenter size-full wp-image-363" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-50-41.jpg" alt="Win2k3-2009-08-11-21-50-41" width="560" height="420" /></p>
<p>Enter the name of your blog and your email. Check the box if you want google to crawl your site. Press Install Wordpress</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-51-10.jpg" alt="Win2k3-2009-08-11-21-51-10" width="560" height="420" class="aligncenter size-full wp-image-365" /></p>
<p>At this point wordpress is installed. Record your temporary password and press Login.</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-51-21.jpg" alt="Win2k3-2009-08-11-21-51-21" width="560" height="420" class="aligncenter size-full wp-image-367" /></p>
<p>Enter username admin and password to log in</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-51-44.jpg" alt="Win2k3-2009-08-11-21-51-44" width="560" height="420" class="aligncenter size-full wp-image-368" /></p>
<p>Click on the red alert at the top to change your password</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-52-00.jpg" alt="Win2k3-2009-08-11-21-52-00" width="560" height="420" class="aligncenter size-full wp-image-369" /></p>
<p>Enter new password</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-52-18.jpg" alt="Win2k3-2009-08-11-21-52-18" width="560" height="420" class="aligncenter size-full wp-image-370" /></p>
<p>Goto http://localhost to check out your new blog</p>
<p><img src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-11-21-55-26.jpg" alt="Win2k3-2009-08-11-21-55-26" width="560" height="420" class="aligncenter size-full wp-image-371" /></p>
<p>If you have any questions about this build or if you run into problems please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/content_management/installing-wordpress-on-windows-with-wamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WAMP on Windows Server 2003</title>
		<link>http://builddocs.com/server_os_builds/wamp-on-windows-server-2003/</link>
		<comments>http://builddocs.com/server_os_builds/wamp-on-windows-server-2003/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 02:11:28 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=242</guid>
		<description><![CDATA[This document outlines the step to installing and setting up WAMP on a Windows 2003 Server.
The term WAMP stands for Windows, Apache, MySQL, and PHP, and is a counterpart to the popular LAMP (Linux Apache MySQL, PHP) platform.
This installation assumes a generic Windows Server 2003 installation. Make sure that you uninstall or disable IIS if [...]]]></description>
			<content:encoded><![CDATA[<p>This document outlines the step to installing and setting up WAMP on a Windows 2003 Server.</p>
<p>The term WAMP stands for Windows, Apache, MySQL, and PHP, and is a counterpart to the popular LAMP (Linux Apache MySQL, PHP) platform.</p>
<p>This installation assumes a generic Windows Server 2003 installation. Make sure that you uninstall or disable IIS if running as this will cause a conflict when the apache server attempts to bind to port 80.</p>
<p>In this build we will be using the wampserver2.0i.exe installation package availabe at: <a href="http://www.wampserver.com/en/download.php">http://www.wampserver.com/en/download.php</a></p>
<p>You could download and install each component separately, but this package was very well assembled, and will save a lot of time.</p>
<h2>WAMP Installation</h2>
<p>Download installer and double click to execute. Click I accept and press Next.</p>
<p><img class="aligncenter size-full wp-image-253" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-20-211.jpg" alt="Win2k3-2009-08-08-11-20-21" width="560" height="420" /></p>
<p>Enter the path where you would like to install wamp. The installer will install everything, the web server, database and php underneath this directory. In this build we will use Z:\wamp</p>
<p><img class="aligncenter size-full wp-image-254" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-20-45.jpg" alt="Win2k3-2009-08-08-11-20-45" width="560" height="420" /></p>
<p>Check the boxes if you want to create shortcuts. Press Next</p>
<p><img class="aligncenter size-full wp-image-256" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-20-52.jpg" alt="Win2k3-2009-08-08-11-20-52" width="560" height="420" /></p>
<p>Press Install</p>
<p><img class="aligncenter size-full wp-image-257" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-21-00.jpg" alt="Win2k3-2009-08-08-11-21-00" width="560" height="420" /></p>
<p>Browse to the exe of your browser. This should default to explorer.exe. Press Open</p>
<p><img class="aligncenter size-full wp-image-258" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-21-45.jpg" alt="Win2k3-2009-08-08-11-21-45" width="560" height="420" /></p>
<p>Wampserver does not come with a mail server. If you plan on sending emails from your php apps you will need to enter an smtp server. This may be a mail server on your network or an smtp server provided by your ISP.</p>
<p><img class="aligncenter size-full wp-image-260" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-22-02.jpg" alt="Win2k3-2009-08-08-11-22-02" width="560" height="420" /></p>
<p>Press Finish</p>
<p><img class="aligncenter size-full wp-image-261" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-22-09.jpg" alt="Win2k3-2009-08-08-11-22-09" width="560" height="420" /></p>
<p>Installation of WAMP is now complete. To test your server open your browser and goto <a href="http://localhost/">http://localhost/</a></p>
<p><img class="aligncenter size-full wp-image-263" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-23-47.jpg" alt="Win2k3-2009-08-08-11-23-47" width="560" height="420" /></p>
<h2>Getting Started</h2>
<p>There is a WAMP services menu in the bottom left of your screen on the task bar. This is useful when you need to start or stop the web server and database. <img class="aligncenter size-full wp-image-267" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-11-22-44.jpg" alt="Win2k3-2009-08-08-11-22-44" width="560" height="420" /></p>
<p>There is also a shortcut to phpMyAdmin, which you can use to manage your database.</p>
<p><img class="aligncenter size-full wp-image-269" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-12-21-23.jpg" alt="Win2k3-2009-08-08-12-21-23" width="560" height="420" /></p>
<p>By default the web root directory can be found in the www folder under to WAMP installation folder</p>
<p><img class="aligncenter size-full wp-image-271" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-12-18-55.jpg" alt="Win2k3-2009-08-08-12-18-55" width="560" height="420" /></p>
<p>Just to make sure, place a test.html file in this folder and access it via the web site</p>
<p><img class="aligncenter size-full wp-image-272" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-12-19-13.jpg" alt="Win2k3-2009-08-08-12-19-13" width="560" height="420" /></p>
<p>This, and many more features are configured in the apache configuration file, httpd.conf. This file is found under the wamp installation directory in the folder bin\apache\Apache2.2.11\conf and can be edited in notepad. <strong>ALWAYS make a backup copy of this file before making any changes</strong>. If you accidentally enter a typo or incorrect settings, it can be very hard to get your server working again. To revert back, simply delete the bad file and rename the backup back tp httpd.conf.</p>
<p><img class="aligncenter size-full wp-image-273" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-12-20-32.jpg" alt="Win2k3-2009-08-08-12-20-32" width="560" height="420" /></p>
<p>Another important file to be familiar with is the php.ini file. This is where php settings are configured. This file is found under the wamp installation directory under the folder bin\php\php5.3.0, and can also be edited using notepad. <strong>ALWAYS make a backup copy of this file before making any changes</strong>.</p>
<p><img class="aligncenter size-full wp-image-277" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-12-20-05.jpg" alt="Win2k3-2009-08-08-12-20-05" width="560" height="420" /></p>
<p>See video:<a href="http://www.youtube.com/watch?v=ezt25q-upSE" target="_new"> WAMP Install on YouTube</a></p>
<p>If you have problems or questions with this build please leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/server_os_builds/wamp-on-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
