<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building a Website with Drupal 6 &#8211; Part 2: Installing Drupal 6</title>
	<atom:link href="http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Sun, 05 Feb 2012 16:49:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-11745</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 13 Oct 2011 08:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-11745</guid>
		<description>There could be any number of reasons but it sometimes happens if you forget to make a copy of the default.settings.php file and name the copy settings.php.  This is in the sites/default folder.</description>
		<content:encoded><![CDATA[<p>There could be any number of reasons but it sometimes happens if you forget to make a copy of the default.settings.php file and name the copy settings.php.  This is in the sites/default folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Worpressnotes</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-11742</link>
		<dc:creator>Worpressnotes</dc:creator>
		<pubDate>Thu, 13 Oct 2011 05:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-11742</guid>
		<description>y sometimes the installation will not go final step.it will be stopped at congiration step only.I dont know what is the reason but i faced this with local drupal installation.</description>
		<content:encoded><![CDATA[<p>y sometimes the installation will not go final step.it will be stopped at congiration step only.I dont know what is the reason but i faced this with local drupal installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-9774</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Mon, 06 Sep 2010 00:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-9774</guid>
		<description>Thierry
Take a look at the Devel module (http://drupal.org/project/devel). It&#039;s one of the most useful modules for developing Drupal sites. 

mary</description>
		<content:encoded><![CDATA[<p>Thierry<br />
Take a look at the Devel module (<a href="http://drupal.org/project/devel" rel="nofollow">http://drupal.org/project/devel</a>). It&#8217;s one of the most useful modules for developing Drupal sites. </p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-9773</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Sun, 05 Sep 2010 22:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-9773</guid>
		<description>Hi Mary,
Congratulations for your very inspiring tutorials. I&#039;m using mostly MODx and Drupal since I&#039;ve read your blog :).
Something I didn&#039;t find: do you know a Drupal module that would automaticaly create basic content (Pages, Story, ...) to make the site usefull right after installation?
Thanks again,
Thierry.</description>
		<content:encoded><![CDATA[<p>Hi Mary,<br />
Congratulations for your very inspiring tutorials. I&#8217;m using mostly MODx and Drupal since I&#8217;ve read your blog <img src='http://codingpad.maryspad.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
Something I didn&#8217;t find: do you know a Drupal module that would automaticaly create basic content (Pages, Story, &#8230;) to make the site usefull right after installation?<br />
Thanks again,<br />
Thierry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-9742</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 02 Sep 2010 21:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-9742</guid>
		<description>Piet
Yes, that&#039;s how you do it. You can create multiple Drupal websites on Wamp. You can also do a Drupal multisite install which allows you to use the same codebase to run multiple sites.  This isn&#039;t necessary if you&#039;re just learning Drupal and might be more confusing, but once you get more comfortable with deploying Drupal websites, it might be something you want to learn more about: http://drupal.org/getting-started/6/install/multi-site

mary</description>
		<content:encoded><![CDATA[<p>Piet<br />
Yes, that&#8217;s how you do it. You can create multiple Drupal websites on Wamp. You can also do a Drupal multisite install which allows you to use the same codebase to run multiple sites.  This isn&#8217;t necessary if you&#8217;re just learning Drupal and might be more confusing, but once you get more comfortable with deploying Drupal websites, it might be something you want to learn more about: <a href="http://drupal.org/getting-started/6/install/multi-site" rel="nofollow">http://drupal.org/getting-started/6/install/multi-site</a></p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-9741</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Thu, 02 Sep 2010 21:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-9741</guid>
		<description>So what I do now to create a new website (on localhost) is install drupal in a directory like &quot;D:\wamp\www\newsite copy the default.settings.php to setting.php and start configuring the website. So I install Drupal in a new directory for every new website. Is that the correct way to do it?</description>
		<content:encoded><![CDATA[<p>So what I do now to create a new website (on localhost) is install drupal in a directory like &#8220;D:\wamp\www\newsite copy the default.settings.php to setting.php and start configuring the website. So I install Drupal in a new directory for every new website. Is that the correct way to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mary</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-9738</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Thu, 02 Sep 2010 21:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-9738</guid>
		<description>Piet

I&#039;m not sure what you mean. Could you clarify your question. What are you having trouble with, creating a new database? You can create multiple databases and websites on Wamp.

mary</description>
		<content:encoded><![CDATA[<p>Piet</p>
<p>I&#8217;m not sure what you mean. Could you clarify your question. What are you having trouble with, creating a new database? You can create multiple databases and websites on Wamp.</p>
<p>mary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://codingpad.maryspad.com/2009/03/12/building-a-website-with-drupal-6-part-2-installing-drupal-6/comment-page-1/#comment-9710</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Mon, 30 Aug 2010 17:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=185#comment-9710</guid>
		<description>I think I found it myself at last. I had to install Drupal in /learndrupal</description>
		<content:encoded><![CDATA[<p>I think I found it myself at last. I had to install Drupal in /learndrupal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

