<?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>Webdesign, CSS, Social Media, Tech &#38; Geek Stuff &#187; cms</title>
	<atom:link href="http://www.mr-mojo-risin.net/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mr-mojo-risin.net</link>
	<description>Web news, CSS and HTML tweaks, social media marketing and blog resources, geeky gadgets, mind blowing graphic sites...</description>
	<lastBuildDate>Fri, 15 Jul 2011 13:18:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Drupal &#8211; a flexible and intuitive CMS &#8211; Pt. 1</title>
		<link>http://www.mr-mojo-risin.net/2010/03/05/drupal-a-flexible-and-intuitive-cms-pt-1/</link>
		<comments>http://www.mr-mojo-risin.net/2010/03/05/drupal-a-flexible-and-intuitive-cms-pt-1/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:10:23 +0000</pubDate>
		<dc:creator>mr-mojo-risin</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.mr-mojo-risin.net/?p=266</guid>
		<description><![CDATA[As I had been occupied most of my time by this great open source CMS lately, I would to share my experiences withyou. If you use, you will learned to value drupal at least for its vast amount of extremly useful modules, flexible user management and easy-to-handle content editors. As basic requirements one needs a [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_297" class="wp-caption alignnone" style="width: 490px;">
<dt class="wp-caption-dt"><a href="http://www.mr-mojo-risin.net/wp-content/uploads/2009/11/drupal_01.png"><img class="size-full wp-image-297" title="Drupal   a flexible and intuitive CMS   Pt. 1  | drupal 01 image" src="http://www.mr-mojo-risin.net/wp-content/uploads/2009/11/drupal_01.png" alt="drupal 01 Drupal   a flexible and intuitive CMS   Pt. 1 " width="480" height="84" /></a></dt>
</dl>
</div>
<p>As I  had been occupied most of my time by this great open source CMS lately, I would to share my experiences withyou.  If you use, you will  learned to value <a title="Drupal download" href="http://drupal.org/project/drupal">drupal</a> at least for its vast amount of extremly useful modules, flexible user management and easy-to-handle content editors.</p>
<p>As basic requirements one needs a hosting account which has php (version 5.2 or higher) and mysql installed. Download the latest versions <a title="drupal download" href="http://drupal.org/project/drupal">here</a>, I&#8217;d recommend to choose version 6.x as most of the modules and themes are not available for 7.x, which is still in development status, but will come up with neat features.</p>
<p>On first hand you will have to set up a mysql database, no worries you will just have to specify just the database name, a username and a password! Now you upload the <a title="drupal" href="http://drupal.org">drupal</a> core file into a folder in your webspace. After doing so you reach your drupal installation via www.yourdomain.com<em>/[drupal installation folder]/install.php</em> .</p>
<p><span id="more-266"></span></p>
<p>The setup is really easy, you will just have to complete these steps:</p>
<ol>
<li>After uploading you have to copy  <em>./sites/default/default.settings.php</em> file to <em>./sites/default/settings.php</em> (read/write attributes have to set to 766, you must change that right after the installation, due to security reasons) and create a new folder called &#8220;files&#8221; in <em>./sites/default/ this folder and its future subfolders must have to be writable</em> (write attributes have to set to 766).</li>
<li>Start the Installation, here you have the the chance get a check whether there is a <a title="Drupal translations" href="http://drupal.org/project/translations">drupal version translated</a> into your language. If you&#8217;d like another language, you will have download the translated version and upload it to your server. Anyway you might wish to have a multilanguage site, then the english version will be fine you can install different languages via the i18n module.</li>
<li>Indicate database name, username and password of the database you  created before.</li>
<li>Create your Administrator login access data by providing a username,  password and emailadress. This very first user will have administrative rights, so you should use a  secure password.</li>
<li>That&#8217;s it!</li>
</ol>
<p>Now it&#8217;s time to tune up your brandnew drupal site a little bit&#8230; This will be done by installing <a title="download drupal modules" href="http://drupal.org/project/modules">modules</a>!</p>
<div class="warning">Do not upload the module files into the module folder in your drupal root dirctory. If doing so one might encounter problems while updating the drupal core files or the modules themselves. Non-core modules should be installed in &#8220;sites\all\modules&#8221;</div>
<p><strong>Here&#8217;s a list of modules I&#8217;d recommend to install up front, no matter what kind of site you are intending to create:</strong></p>
<h2><a title="drupal module pathauto" href="http://drupal.org/project/pathauto">Pathauto</a></h2>
<p>This one creates nice URLs derived from the titles of your content pages. As you know this good for SEO purposes and you do torture your user with cryptic page titles. Requires the token module to be installed and activated in advance!</p>
<h2><a title="CKEditor - WYSIWYG HTML editor" href="http://drupal.org/project/ckeditor">CKEditor &#8211; WYSIWYG  HTML editor</a></h2>
<p>A big helper! Especially if you&#8217;re building a site, whose content has to created or edites by not so web experienced fellas, I think you know whom I&#8217;m talking about. As an addition you should install the <a href="http://ckfinder.com">ckfinder filemanager</a>, so you are able to offer  no-brainer file integration and upload to your site. Before your content editors have the pleasure of the easy working with This fine editor, you have to pain to install and configure it. Now I will not offer a step by step manual,  I try to deliver it later on. You will have download the <a title="drupal module ckeditor" href="http://drupal.org/project/ckeditor">drupal module files</a> and copy the core files of the editor into the &#8220;&#8221; folder in the drupal module itself. The essential editing software files you can download at <a title="ckeditor" href="http://ckeditor.com">ckeditor.com</a>. If there are serious problems just post a comment and I try to help you out!</p>
<h2><a title="drupal module backup and migrate" href="http://drupal.org/project/backup_migrate">Backup and Migrate</a></h2>
<p>This should be self explaining, just to put you on the save side. You can schedule backups and store them on your or you can download them. Saved my sorry ass several times ;-)</p>
<h2><a href="http://drupal.org/project/google_analytics">Google Analytics</a></h2>
<p>You could also paste the google into the template files, but this modules makes this procedure needless.</p>
<h2><a href="http://drupal.org/project/i18n">Internationalisation</a></h2>
<p>If you like the setup your site and backend in several language, this module will do the trick.  You will have to lookout for <a title="drupal language packs" href="http://localize.drupal.org/">language packs</a> afterwards and you get them here, including an overview far the translations are finished. Addiditonally I&#8217;d check out the <a title="drupal module language icons" href="http://drupal.org/project/languageicons">Language Icons Module</a>, providing you nice litte flags for every installed language pack.</p>
<h2><a title="drupal sitemap module" href="http://drupal.org/project/site_map">Sitemap</a></h2>
<p>Using the sitemap module you can add an  automatically generated sitemap, including all your subpages, categories or menues.  </p>
<p>So, that should fine as a starter, soon I&#8217;lltry to give an outlook about more sophisticated modules like views or content construction kit and how add and modify themes.  Have fun creating sites with drupal!</p>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2010%2F03%2F05%2Fdrupal-a-flexible-and-intuitive-cms-pt-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2010%2F03%2F05%2Fdrupal-a-flexible-and-intuitive-cms-pt-1%2F&amp;source=mrmojorisin&amp;style=compact&amp;service=bit.ly&amp;service_api=R_47f1cccea29760eee97be5cf0ad3e3f7&amp;hashtags=cms,content,drupal,module,opensource,php&amp;b=2" height="61" width="50" title="Drupal   a flexible and intuitive CMS   Pt. 1  |  image" alt=" Drupal   a flexible and intuitive CMS   Pt. 1 " /><br />
			</a>
		</div>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.mr-mojo-risin.net%2F2010%2F03%2F05%2Fdrupal-a-flexible-and-intuitive-cms-pt-1%2F&amp;title=Drupal%20%26%238211%3B%20a%20flexible%20and%20intuitive%20CMS%20%26%238211%3B%20Pt.%201" id="wpa2a_2"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="share save 171 16 Drupal   a flexible and intuitive CMS   Pt. 1 "  title="Drupal   a flexible and intuitive CMS   Pt. 1  | share save 171 16 image" /></a></p> <p><a href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=266&amp;md5=3b1bd83e4342018f6930c49860094d27" title="Flattr" target="_blank"><img src="http://www.mr-mojo-risin.net/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.mr-mojo-risin.net/2010/03/05/drupal-a-flexible-and-intuitive-cms-pt-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://www.mr-mojo-risin.net/?flattrss_redirect&amp;id=266&amp;md5=3b1bd83e4342018f6930c49860094d27" type="text/html" />"
	</item>
	</channel>
</rss>

