<?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>Ideas2ignite</title>
	<atom:link href="http://www.ideas2ignite.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ideas2ignite.com</link>
	<description>Simplify and Share Engineering</description>
	<lastBuildDate>Sun, 27 Dec 2009 21:38:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Test version drupal on Linux</title>
		<link>http://www.ideas2ignite.com/2009/12/web-2-0/installing-test-version-drupal-on-linux/</link>
		<comments>http://www.ideas2ignite.com/2009/12/web-2-0/installing-test-version-drupal-on-linux/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 20:52:51 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ideas2ignite.com/?p=53</guid>
		<description><![CDATA[<p>Several times, many students have complained about the compatibility issues with Drupal and Xampp or Wamp for windows. So, i decided to write this to help them install a test version of their site at localhost in ubuntu.</p>
<p>Step 1: Install Ubuntu 9.10 (Latest)</p>
<p>Step 2: Install LAMP server onto your fresh Ubuntu installation.</p>
12sudo apt-get install lamp-server^
sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Several times, many students have complained about the compatibility issues with Drupal and Xampp or Wamp for windows. So, i decided to write this to help them install a test version of their site at localhost in ubuntu.<span id="more-53"></span></p>
<p><strong>Step 1: </strong>Install Ubuntu 9.10 (Latest)</p>
<p><strong>Step 2: </strong>Install LAMP server onto your fresh Ubuntu installation.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> lamp-server^<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libapache2-mod-auth-mysql phpmyadmin</div></td></tr></tbody></table></div>
<p>Do remember to provide admin password for MySQL database. Also, you will be asked to give admin password for phpmyadmin.</p>
<p><strong>Step 3: </strong>Download latest version of Drupal and untar it in /var/www folder.</p>
<p><strong>Step 4:</strong> visit http://localhost/phpmyadmin and create a new database for your drupal installation.</p>
<p><strong>Step 5</strong>: <strong>[Important]</strong> Go to /var/www/[your site ]/sites/default and <strong>Copy default-settings.php to settings.php. </strong>Remember, I have instructed to <strong>copy and not move. </strong></p>
<p><strong>Step 6: </strong>Permission Settings</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>your-site<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">/</span>sites<span style="color: #000000; font-weight: bold;">/</span>default<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> a+<span style="color: #c20cb9; font-weight: bold;">w</span> settings.php<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> a+<span style="color: #c20cb9; font-weight: bold;">w</span> default</div></td></tr></tbody></table></div>
<p><strong>Step 7: </strong>Visit: http://localhost/[your site] and provide information about the database you created in step 4.</p>
<p><strong>Step 8: </strong>After completion of the installation, remember to undo the write privileges you have given.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>www<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>your-site<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">/</span>sites<span style="color: #000000; font-weight: bold;">/</span>default<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> a-w settings.php<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<br />
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">chmod</span> a-w default</div></td></tr></tbody></table></div>
<p>And, this completes your test drupal installation, free from all the hustles of Wamp and Xampp servers. And, it is much faster. <img src='http://www.ideas2ignite.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideas2ignite.com/2009/12/web-2-0/installing-test-version-drupal-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Workshop</title>
		<link>http://www.ideas2ignite.com/2009/12/web-2-0/drupal-workshop/</link>
		<comments>http://www.ideas2ignite.com/2009/12/web-2-0/drupal-workshop/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 13:44:36 +0000</pubDate>
		<dc:creator>mayank</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Technocracy]]></category>

		<guid isPermaLink="false">http://www.ideas2ignite.com/?p=33</guid>
		<description><![CDATA[<p>I gave a Drupal workshop in IIT Delhi under Technocracy. This was a introductory workshop attended by around 40-45 students from first and second year undergraduates</p>
<p></p>
Part 1
Drupal
Part 2
Drupal Part 2</p>

]]></description>
			<content:encoded><![CDATA[<p>I gave a Drupal workshop in IIT Delhi under<a title="Power of Technocracy" href="http://technocracy.ideas2ignite.com" target="_blank"> Technocracy</a>. This was a introductory workshop attended by around <strong>40-45 student</strong>s from first and second year undergraduates</p>
<p><span id="more-33"></span></p>
<h2>Part 1</h2>
<div id="__ss_2778744" style="width: 425px; text-align: left;"><a style="font: 14px Helvetica,Arial,Sans-serif; display: block; margin: 12px 0 3px 0; text-decoration: underline;" title="Drupal" href="http://www.slideshare.net/mayank.grd/drupal-2778744">Drupal</a><object style="margin: 0px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=drupal-091226092135-phpapp02&amp;stripped_title=drupal-2778744" /><param name="allowfullscreen" value="true" /><embed style="margin: 0px;" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=drupal-091226092135-phpapp02&amp;stripped_title=drupal-2778744" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<h2 style="width: 425px; text-align: left;">Part 2</h2>
<div id="__ss_2778758" style="width: 425px; text-align: left;"><a style="font: 14px Helvetica,Arial,Sans-serif; display: block; margin: 12px 0 3px 0; text-decoration: underline;" title="Drupal Part 2" href="http://www.slideshare.net/mayank.grd/drupal-part-2">Drupal Part 2</a><object style="margin: 0px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=drupal2-091226093642-phpapp01&amp;stripped_title=drupal-part-2" /><param name="allowfullscreen" value="true" /><embed style="margin: 0px;" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=drupal2-091226093642-phpapp01&amp;stripped_title=drupal-part-2" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ideas2ignite.com/2009/12/web-2-0/drupal-workshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
