<?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; Content</title>
	<atom:link href="http://builddocs.com/categories/content_management/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>Windows SharePoint Services (WSS) Server Farm installation</title>
		<link>http://builddocs.com/content_management/windows-sharepoint-services-wss-server-farm-installation/</link>
		<comments>http://builddocs.com/content_management/windows-sharepoint-services-wss-server-farm-installation/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 16:33:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=928</guid>
		<description><![CDATA[Windows SharePoint Services (WSS) can be installed in two ways; Single Server or Basic installation and Server Farm installation.  In the Basic setup, SQL 2005 embedded edition gets installed automatically as part of the WSS setup and a default SharePoint web application is also created when the Post setup configuration is complete.  The major limitation [...]]]></description>
			<content:encoded><![CDATA[<p>Windows SharePoint Services (WSS) can be installed in two ways; <strong>Single Server or Basic installation and Server Farm</strong> installation.  In the Basic setup, SQL 2005 embedded edition gets installed automatically as part of the WSS setup and a default SharePoint web application is also created when the Post setup configuration is complete.  The major limitation is that you cannot add one more server to the SharePoint environment and so it is not scalable.  In the farm setup, you need to have a separate SQL server (SQL 2000 or 2005 or 2008) and WSS would be connected to the database in that server.  Any number of servers can be added to the farm which means that this is highly scalable.</p>
<p><strong><span style="text-decoration: underline;">Prerequisites</span></strong><strong> </strong></p>
<p>WSS install requires the following configuration:</p>
<ul>
<li>NTFS install drive
<ul>
<li>Internet Information Services (IIS) 6.0 (not supported in IIS 5 compatibility mode)</li>
<li>ASP.NET 2.0 Framework</li>
<li>WinFX (workflow components)</li>
</ul>
</li>
</ul>
<p><strong><span style="text-decoration: underline;">Running Setup</span></strong><strong> </strong></p>
<p>WSS 2003 supports both stand-alone and farm (remote SQL) installs.   When you run setup.exe you are first prompted with the EULA.</p>
<p><img class="aligncenter size-full wp-image-953" title="image002" src="http://builddocs.com/wp-content/uploads/2009/09/image0021.jpg" alt="image002" width="319" height="256" /></p>
<p>By the time the EULA is displayed, setup has verified the following:</p>
<p>●     Admin requirement check is passed (you must be an administrator)</p>
<p>●     OS requirement check is passed</p>
<p>●     IIS minimum version check is passed, current IIS version is 6.0</p>
<p>●     .NET Framework version 2.0.50727 is installed</p>
<p>●     WinFX version check is passed, minimum required version is [3.0.3807.7]</p>
<p>●     File system check is passed, the path root is C:\ is NTFS</p>
<p>●     System drive free space check is passed</p>
<p>By the time you see the EULA, setup logging has already started.  Log files can be located by Clicking Start&gt;Run and typing %temp%.  <strong> </strong></p>
<p>When you click next in the setup wizard, you are presented with two choices.  There are two installation types to choose from; Single Server which will install all components and the SQL Express Desktop Engine, and Farm which has a few other options.</p>
<h3><span style="text-decoration: underline;">Advanced Setup</span></h3>
<p>Choosing the Advanced setup option from the initial screen provides some additional choices.</p>
<p><img class="aligncenter size-full wp-image-932" title="image004" src="http://builddocs.com/wp-content/uploads/2009/09/image004.jpg" alt="image004" width="454" height="367" /></p>
<h4><span style="text-decoration: underline;"><img class="aligncenter size-full wp-image-933" title="image006" src="http://builddocs.com/wp-content/uploads/2009/09/image006.jpg" alt="image006" width="456" height="369" /></span></h4>
<h4><span style="text-decoration: underline;">Stand-alone</span></h4>
<p>The stand-alone setup is the same as the Single Server Setup configuration.  The exception is that you have the option to participate in the Customer Experience Improvement Program (CEIP).</p>
<h4><span style="text-decoration: underline;">Web Front End</span></h4>
<p>The Web Front End option installs SharePoint and allows connection to either a new farm or existing farm and will not install SQL Embedded.  Other options that can be set at this point are:</p>
<h5><strong><span style="text-decoration: underline;">Data Location</span></strong></h5>
<p>The data location specified here will allow administrators to control the local path where search index files are stored.</p>
<p><img class="aligncenter size-full wp-image-934" title="image008" src="http://builddocs.com/wp-content/uploads/2009/09/image008.jpg" alt="image008" width="455" height="369" /></p>
<p>These index files can be quite large and as such administrators may want to select a drive other than the one where the OS is installed.</p>
<h5><strong><span style="text-decoration: underline;">Customer Experience Improvement Program (CEIP)</span></strong></h5>
<p>You can also choose to participate in the CEIP.  This setting can also be specified later.</p>
<p><img class="aligncenter size-full wp-image-937" title="image010" src="http://builddocs.com/wp-content/uploads/2009/09/image0101.jpg" alt="image010" width="451" height="369" /></p>
<p>Clicking install now will continue with the installation.At the end of the install, the configuration wizard is launched with some new options.</p>
<p><img class="aligncenter size-full wp-image-939" title="image012" src="http://builddocs.com/wp-content/uploads/2009/09/image0121.jpg" alt="image012" width="456" height="369" /></p>
<p>The installation proceeds without any intervention until complete.</p>
<p><img class="aligncenter size-full wp-image-941" title="image014" src="http://builddocs.com/wp-content/uploads/2009/09/image014.jpg" alt="image014" width="457" height="369" /></p>
<p><strong><span style="text-decoration: underline;">Configuration Wizard (New Farm)</span></strong></p>
<p>After running the Web Front End setup, the configuration wizard is different from the Standalone / Basic setup.</p>
<p><img class="aligncenter size-full wp-image-942" title="image016" src="http://builddocs.com/wp-content/uploads/2009/09/image016.jpg" alt="image016" width="466" height="392" /></p>
<p>You will need to supply the name of a SQL server to use along with credentials to be used for the connections to SQL.  Clicking next will again warn you that some services may need to be stopped (the same as the Single Server Setup).</p>
<p><img class="aligncenter size-full wp-image-955" title="image018" src="http://builddocs.com/wp-content/uploads/2009/09/image0181.jpg" alt="image018" width="356" height="92" /></p>
<p>Next, you are offered the option to connect to an existing farm (in the event that this is an additional Web Front End in an existing farm), or the option to create a new farm and thus a new configuration database.</p>
<p><img class="aligncenter size-full wp-image-956" title="image020" src="http://builddocs.com/wp-content/uploads/2009/09/image0201.jpg" alt="image020" width="435" height="375" /></p>
<p>Next, you will need to provide the name of the SQL server, pick a configuration database name (SharePoint_Config is the default and is pre populated in the dialog), and provide the credentials to be used in the SQL connection.  The account used for the SQL connection must be a <em>securityadmin</em> and <em>dbcreator</em> in SQL permissions.</p>
<p><img class="aligncenter size-full wp-image-957" title="image022" src="http://builddocs.com/wp-content/uploads/2009/09/image0221.jpg" alt="image022" width="435" height="356" /></p>
<p>Once the required information is supplied, clicking next will provide the opportunity to set the port for the SharePoint Central administration site to be set along with the security to be used (NTLM [the default], or Kerberos).  It should be noted that Kerberos is more secure but requires some additional configuration at the Active directory domain in order for it to work.</p>
<p><img class="aligncenter size-full wp-image-958" title="image024" src="http://builddocs.com/wp-content/uploads/2009/09/image024.jpg" alt="image024" width="383" height="329" /></p>
<p>When you click next on the above dialog, you will see a confirmation of the information you provided.</p>
<p><img class="aligncenter size-full wp-image-947" title="image026" src="http://builddocs.com/wp-content/uploads/2009/09/image026.jpg" alt="image026" width="466" height="392" /></p>
<p>Click on Advanced settings and enable the Active Directory Account Creation Mode.  This mode will require a specific OU to be created in your Active Directory where the SharePoint user accounts will be stored.</p>
<p><img class="aligncenter size-full wp-image-949" title="image028" src="http://builddocs.com/wp-content/uploads/2009/09/image028.gif" alt="image028" width="476" height="408" /></p>
<p>Use Active Directory account creation mode when it is necessary to create new user accounts rather than using existing domain accounts.  For example, an Internet service provider (ISP) may need the ability to allow SharePoint site owners the capability to create user accounts or invite users to collaborate on a Web site where existing domain accounts for those users do not already exist.</p>
<p>Once you have provided all the necessary details, click Next.  At this point the wizard will perform its operations and report any errors encountered.</p>
<p><img class="aligncenter size-full wp-image-950" title="image030" src="http://builddocs.com/wp-content/uploads/2009/09/image030.jpg" alt="image030" width="459" height="391" /></p>
<p>Upon successful configuration, the settings are again displayed.</p>
<p><img class="aligncenter size-full wp-image-959" title="image032" src="http://builddocs.com/wp-content/uploads/2009/09/image0321.jpg" alt="image032" width="435" height="365" /></p>
<p>Clicking finish will launch the SharePoint Central Administration site to allow for additional configuration and provisioning.  It should be noted that the first install in a farm does not create a Web application or provision a site.</p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/content_management/windows-sharepoint-services-wss-server-farm-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Installing Drupal on Windows Using WAMP</title>
		<link>http://builddocs.com/content_management/installing-drupal-on-windows-using-wamp/</link>
		<comments>http://builddocs.com/content_management/installing-drupal-on-windows-using-wamp/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:53:08 +0000</pubDate>
		<dc:creator>joshhrob</dc:creator>
				<category><![CDATA[Content]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://builddocs.com/?p=285</guid>
		<description><![CDATA[This document outlines the installation of Drupal version 6.13 on Windows Server 2003 using wampserver 2.0g.
It is important to note that this version of Drupal is not supported on php 5.3. As of the time of this writing the latest version of wampserver ships with PHP 5.3.
In this build we will use wampserver 2.0g, which [...]]]></description>
			<content:encoded><![CDATA[<p>This document outlines the installation of Drupal version 6.13 on Windows Server 2003 using wampserver 2.0g.</p>
<p>It is important to note that this version of Drupal is not supported on php 5.3. As of the time of this writing the latest version of wampserver ships with PHP 5.3.</p>
<p>In this build we will use wampserver 2.0g, which was downloaded from <cite><a href="http://download.cnet.com/WampServer/3000-2196_4-10797035.html">http://download.cnet.com/<strong>WampServer</strong>/3000-2196_4-10797035.html</a> </cite>.</p>
<h2>WAMP Installation</h2>
<p>Double click on wampserver installer. Press OK</p>
<p><img class="aligncenter size-full wp-image-287" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-02-51.jpg" alt="Win2k3-2009-08-08-19-02-51" width="560" height="420" /></p>
<p>Press Next</p>
<p><img class="aligncenter size-full wp-image-288" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-02-59.jpg" alt="Win2k3-2009-08-08-19-02-59" width="560" height="420" /></p>
<p>Accept Agreement</p>
<p><img class="aligncenter size-full wp-image-289" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-03-12.jpg" alt="Win2k3-2009-08-08-19-03-12" width="560" height="420" /></p>
<p>Enter WAMP install path. In this build we will use E:\wamp</p>
<p><img class="aligncenter size-full wp-image-291" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-03-38.jpg" alt="Win2k3-2009-08-08-19-03-38" width="560" height="420" /></p>
<p>Press Next</p>
<p><img class="aligncenter size-full wp-image-292" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-03-47.jpg" alt="Win2k3-2009-08-08-19-03-47" width="560" height="420" /></p>
<p>Select the exe file of your browser. In this case explorer.exe. Press OK</p>
<p><img class="aligncenter size-full wp-image-293" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-04-14.jpg" alt="Win2k3-2009-08-08-19-04-14" width="560" height="420" /></p>
<p>Email functionality is an important feature of Drupal. Unfortunatelly, wampserver does not come with a mail server. In order to utilize email, you will need to specify an smtp server. This may be a mail server on your network, or one provided by your ISP. This can be edited later in the php.ini file.</p>
<p> </p>
<p><img class="aligncenter size-full wp-image-329" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-09-17-57-23.jpg" alt="Win2k3-2009-08-09-17-57-23" width="560" height="420" /></p>
<p>Press Finish</p>
<p><img class="aligncenter size-full wp-image-295" src="http://builddocs.com/wp-content/uploads/2009/08/Win2k3-2009-08-08-19-04-30.jpg" alt="Win2k3-2009-08-08-19-04-30" width="560" height="420" /></p>
]]></content:encoded>
			<wfw:commentRss>http://builddocs.com/content_management/installing-drupal-on-windows-using-wamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
