<?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>How2CMS.com</title>
	<atom:link href="http://how2cms.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://how2cms.com</link>
	<description>title says it all ;)</description>
	<lastBuildDate>Thu, 19 Mar 2009 11:46:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install PROPS</title>
		<link>http://how2cms.com/how-to-install-props/</link>
		<comments>http://how2cms.com/how-to-install-props/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 11:46:43 +0000</pubDate>
		<dc:creator>au8ust</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[PROPS]]></category>

		<guid isPermaLink="false">http://how2cms.com/?p=29</guid>
		<description><![CDATA[Here is the very first how-to guide requested from the request page.
PROPS is an open, extensible Internet publishing system designed specifically for periodicals such as newspapers and magazines who want to publish online, either exclusively or as an extension of their print publication.  PROPS is written entirely in PHP using a MySQL database backend, [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here is the very first how-to guide requested from the <a href="http://how2cms.com/request-for-how-to/">request page</a>.</p>
<blockquote><p><a href="http://props.sourceforge.net/">PROPS</a> is an open, extensible Internet publishing system designed specifically for periodicals such as newspapers and magazines who want to publish online, either exclusively or as an extension of their print publication.  PROPS is written entirely in PHP using a MySQL database backend, and is free software released under the GNU General Public License (GPL).</p></blockquote>
<p>In this tutorial, we will use the latest version of PROPS which is 0.8. Before the installation, please make sure your host has fully supported for the below requirements:</p>
<ul>
<li>Apache webserver</li>
<li>MySQL 4.1 or greater (5.x is recommended)</li>
<li>PHP 4.3.0 or greater (5.x is recommended)</li>
<li>ImageMagick or PHP with GD support (required for photos)</li>
</ul>
<p><span id="more-29"></span></p>
<p>Firstly, download <a href="http://sourceforge.net/project/showfiles.php?group_id=29581&amp;package_id=21534&amp;release_id=594607">the package</a> from Sourceforge.net you will get the file named <em>props-0.8.final.tar.gz</em>. Extract the downloaded file and you&#8217;ll get the following files and directories:</p>
<p>cache/<br />
INSTALL.TXT<br />
locale/<br />
README.TXT<br />
TODO.TXT<br />
CHANGELOG.TXT<br />
lib/<br />
modules/<br />
sql/<br />
UPGRADING.TXT<br />
includes/<br />
LICENSE.TXT<br />
public_html/<br />
templates/</p>
<p>Next, create a new database on your hosting account. Then, head to PHPMyAdmin and import <em>props-mysql.sql</em> which is located in <em>sql/</em> directory.</p>
<p>Upload <em>all</em> files and directories in <em>public_html/</em> to root of your site where you want PROPS to be installed. Then, rename <em>config.default.php </em>to <em>config.php </em>and open it in your favorite text editor.</p>
<p>Edit the following sections to fit your need:</p>
<ul>
<li>props_setkey(&#8216;config.publication.name&#8217;, &#8216;<em><strong>Your Site Name</strong></em>&#8216;);</li>
<li>props_setkey(&#8216;config.default.copyright&#8217;, &#8216;<em><strong>Copyright Notice</strong></em>&#8216;);</li>
<li>props_setkey(&#8216;config.db.name&#8217;, &#8216;<em><strong>database_name</strong></em>&#8216;);</li>
<li>props_setkey(&#8216;config.db.user&#8217;, &#8216;<em><strong>database_username</strong></em>&#8216;);</li>
<li>props_setkey(&#8216;config.db.password&#8217;, &#8216;<em><strong>database_password</strong></em>&#8216;);</li>
</ul>
<p>Save and upload back to the server.</p>
<p>Okay, now upload the rest of directories to one level <em>before </em>your root directory:</p>
<p>cache/<br />
modules/<br />
includes/<br />
lib/<br />
locale/<br />
templates/</p>
<p>For example, if your root directory is<em> /home/username/domains/sitename.com/public_html/ </em>then upload the above directories to<em> /home/username/domains/sitename.com/</em></p>
<p>Point your browser to <em>http://domain.tld/ </em>(replace domain.tld with your domain name) you will see the follow error:</p>
<blockquote><p>Internal Server Error</p>
<p>While responding to your request an error encountered in the application. The administrator has been notified.</p>
<p>Sorry for the inconvenience, we correct the error as soon as possible.</p>
<p>This site has nothing published yet. Please come back in a short time.</p>
<p>« Go back »</p></blockquote>
<p>This is because you haven&#8217;t added any article yet. So just point your browser to http://domain.tld/admin/ and login with username <strong>admin </strong>using password <strong>password</strong></p>
<p>When you access to the admin panel for the first name, you will be noticed about using <em>default </em>admin details. Just ignore it and scroll down and click on <strong>Update user privs</strong></p>
<p>You also have to change your password for admin account as well. To do this, click on <strong>admin</strong> on the left sidebar. Edit the information as needed.</p>
<h2>Publishing content</h2>
<p>To begin with publishing your contents, Click on the <strong>Content management</strong> tab, click <strong>Manage editions </strong>and start with adding an edition following by story. Don&#8217;t forget to click publish it after saving or it will not show on the home page.</p>
<p><a href="http://how2cms.com/wp-content/uploads/2009/03/props_demo.jpg"><img class="alignnone size-medium wp-image-31" title="props_demo" src="http://how2cms.com/wp-content/uploads/2009/03/props_demo-300x135.jpg" alt="props_demo" width="300" height="135" /></a></p>
<p>See it in action <a href="http://props.how2cms.com/">http://props.how2cms.com/</a></p>
<h2>The bottom line</h2>
<p>What I really forgot in the article is, having step-by-step screenshots as usually. Really sorry for that <img src='http://how2cms.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Anyway, I hope you found this article useful. If you have any issue with installation, please add comment below.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://how2cms.com/how-to-install-props/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Request for How-to</title>
		<link>http://how2cms.com/request-for-how-to/</link>
		<comments>http://how2cms.com/request-for-how-to/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 00:48:52 +0000</pubDate>
		<dc:creator>au8ust</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Talk]]></category>

		<guid isPermaLink="false">http://how2cms.com/?p=26</guid>
		<description><![CDATA[
Just drop the name of CMS you want to see how it can be installed here and I will if I can make a how-to guide for you.
Thanks,


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><!--noadsense--><br />
Just drop the name of CMS you want to see how it can be installed here and I will if I can make a how-to guide for you.</p>
<p>Thanks,</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://how2cms.com/request-for-how-to/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to install VidiScript &#8212; Free Youtube Clone Script</title>
		<link>http://how2cms.com/how-to-install-vidiscript-free-youtube-clone-script/</link>
		<comments>http://how2cms.com/how-to-install-vidiscript-free-youtube-clone-script/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 07:49:20 +0000</pubDate>
		<dc:creator>au8ust</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[clip]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vidiscript]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://how2cms.com/?p=14</guid>
		<description><![CDATA[This article is written due to a request of my friend via twitter.
VidiScript is a free PHP script that clones features of YouTube. Which means you can setup your own Video sharing site!

VidiScript &#8211; It&#8217;s 100% Free
Packed with features you can only find on major media sharing communities such as YouTube and LiveVideo, VidiScript is [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This article is written due to <a href="http://twitter.com/birdflu2007/status/1092966739">a request</a> of my friend via twitter.</p>
<p>VidiScript is a free PHP script that clones features of YouTube. Which means you can setup your own Video sharing site!</p>
<blockquote>
<h2>VidiScript &#8211; It&#8217;s 100% Free</h2>
<p>Packed with features you can only find on major media sharing communities such as YouTube and LiveVideo, VidiScript is the most powerful FREE media sharing community script available online today.</p></blockquote>
<p><span id="more-14"></span></p>
<p>You can see it in action via <a href="http://vidiscript.com/mainstreamdemo/">Demo 1</a>, and <a href="http://vidiscript.com/afterdarkdemo/">Demo 2</a>.</p>
<p>Since VidiScript is YouTube clone script. You will need to have a bit advanced system requirements as described below.</p>
<ul>
<li>Linux Web Server running Apache</li>
<li>MySQL 4.x or higher</li>
<li>PHP 4.3 or higher</li>
<li>GD Library 2</li>
<li>cURL</li>
<li>IonCube loaders</li>
<li>.htaccess and URL rewrites enabled</li>
<li><a href="http://ffmpeg.mplayerhq.hu">FFmpeg</a></li>
<li><a href="http://ffmpeg-php.sourceforge.net">FFmpeg-PHP</a></li>
<li><a href="http://www.mplayerhq.hu">MEncoder and Mplayer</a></li>
<li><a href="http://lame.sourceforge.net">LAME</a></li>
</ul>
<p>And some PHP configurations.</p>
<ul>
<li>safe_mode = off</li>
<li>max_execution_time = 1000</li>
<li>max_input_time = 1000</li>
<li>open_basedir = (no value)</li>
<li>upload_max_filesize = 200M</li>
<li>post_max_size = 200M</li>
<li>register_argc_argv = On</li>
</ul>
<p>Seems a lot of works huh?</p>
<p>Anyway, let assume that you have all system requirements above. Now we will proceed with VidiScript installation&#8230;</p>
<ol>
<li>Download VidiScript from their <a href="http://www.vidiscript.com/get">download page</a>. (It&#8217;s v0.42 at the time I&#8217;m witting this).</li>
<li>Upload the folder &#8220;Full Install&#8221; to your webserver.</li>
<li>Point your web browser to http://domain.tld/install/</li>
<li>chmod 777 following files and folder<br />
data<br />
data/keys<br />
data/scroller/scroller.xml<br />
uploads<br />
uploads/thumbs<br />
uploads/avatars<br />
uploads/ads<br />
uploads/groupicons<br />
includes/settings.inc<br />
includes/badwords.inc</li>
<li>The installation screen should be shown up similar the below. Don&#8217;t be worried if your ffmpeg and MEncoder are different, you can change it later.
<div id="attachment_16" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_11.jpg"><img class="size-medium wp-image-16" title="vidiscript_11" src="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_11-300x285.jpg" alt="VidiScript Installation | Step 1" width="300" height="285" /></a><p class="wp-caption-text">VidiScript Installation | Step 1</p></div></li>
<li>Step 2 you need to fill in your database name, username, password and host name &#8211;usually &#8216;localhost&#8217; (without quote, for sure <img src='http://how2cms.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )
<p><div id="attachment_17" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_2.jpg"><img class="size-medium wp-image-17" title="vidiscript_2" src="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_2-300x183.jpg" alt="VidiScript Installation | Step 2" width="300" height="183" /></a><p class="wp-caption-text">VidiScript Installation | Step 2</p></div></li>
<li>This step is pretty easy, just put in your site name, site folder, admin username and password along with email address. Hit Next (last) step.
<p><div id="attachment_18" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_3.jpg"><img class="size-medium wp-image-18" title="vidiscript_3" src="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_3-300x214.jpg" alt="VidiScript Installation | Step 3" width="300" height="214" /></a><p class="wp-caption-text">VidiScript Installation | Step 3</p></div></li>
<li>If everything is okay, you will see the screen below..
<p><div id="attachment_19" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_4.jpg"><img class="size-medium wp-image-19" title="vidiscript_4" src="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_4-300x198.jpg" alt="VidiScript Installation | Step 4" width="300" height="198" /></a><p class="wp-caption-text">VidiScript Installation | Step 4</p></div></li>
</ol>
<p>And here is your fresh VidiScript installation..</p>
<p><div id="attachment_20" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_5.jpg"><img class="size-medium wp-image-20" title="vidiscript_5" src="http://how2cms.com/wp-content/uploads/2009/01/vidiscript_5-300x186.jpg" alt="VidiScript | Fresh Install" width="300" height="186" /></a><p class="wp-caption-text">VidiScript | Fresh Install</p></div>
<h1>Conclusion</h1>
<p>The difficult part of installing VidiScript is ffmpeg. You need to have ffmpeg installed on your webserver. If you have shared host you might have difficult time since most shared hosting has provide no support for this feature. At least, VPS or Dedicated hosting is the most suggested in this case.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://how2cms.com/how-to-install-vidiscript-free-youtube-clone-script/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How to install Elgg 1.2</title>
		<link>http://how2cms.com/how-to-install-elgg-12/</link>
		<comments>http://how2cms.com/how-to-install-elgg-12/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 09:47:32 +0000</pubDate>
		<dc:creator>au8ust</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[elgg]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social network]]></category>

		<guid isPermaLink="false">http://how2cms.com/?p=3</guid>
		<description><![CDATA[Hi,
This is my first article on How2CMS.com. Please note that English is not my native language, so you might have some strange feeling reading my blog. However, I&#8217;ll try to improve it &#8212; I hope so  
Elgg is an opensource social networking platform that allow you to build up your Social Networking site easily [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>This is my first article on How2CMS.com. Please note that English is not my native language, so you might have some strange feeling reading my blog. However, I&#8217;ll try to improve it &#8212; I hope so <img src='http://how2cms.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Elgg is an opensource social networking platform that allow you to build up your Social Networking site easily and free!</p>
<p><span id="more-3"></span></p>
<blockquote>
<h2 class="blue">About</h2>
<p class="spotlightbold">Elgg is an open, flexible social networking engine, designed to run at the heart of any socially-aware application. Building on Elgg is easy, and because the engine handles common web application and social functionality for you, you can concentrate on developing your idea.</p>
<p class="blue">Elgg is open source. That means, when you use Elgg, you have the benefit of being part of a large developer community, with the security and stability that hundreds of eyes can provide. It&#8217;s also headed and used by Curverider and its partners, so you can be assured that it&#8217;s in commercial use and will cope with the demands of a popular application. <a class="readmorelink" href="javascript:toggleVisibility('readmore')">read more&#8230;</a></p>
</blockquote>
<p>Okay, now let&#8217;s proceed with installing Elgg 1.2 (latest version at the time I&#8217;m writting this) on your web server.</p>
<p>Firstly, you will have to download Elgg 1.2 from this URL <a href="http://elgg.org/getelgg.php?forward=elgg1.2.zip">http://elgg.org/getelgg.php?forward=elgg1.2.zip</a>. It&#8217;s full package.</p>
<p>Oh.. I forgot to tell you something. In this article, I&#8217;ll install Elgg on a subdomain of How2CMS.com Let&#8217;s say it&#8217;s elgg.how2cms.com</p>
<p>After you have downloaded Elgg 1.2 full package. Next, you will have to extract the package and upload them to your server via the FTP client.</p>
<p>Below are the list of files and folders of Egg.</p>
<p>account<br />
actions<br />
admin<br />
CONTRIBUTORS.txt<br />
crontab.example<br />
_css<br />
dashboard<br />
engine<br />
entities<br />
friends<br />
_graphics<br />
htaccess_dist<br />
index.php<br />
install.php<br />
INSTALL.txt<br />
javascript<br />
languages<br />
LICENCE.txt<br />
mod<br />
README.txt<br />
search<br />
services<br />
settings<br />
upgrade.php<br />
UPGRADE.txt<br />
vendors<br />
version.php<br />
views</p>
<p>You will also have to create an external data directory for Elgg to store the uploaded files in the future and it need to be out side of Elgg installation path. In my case, I will install Elgg to /home/how2cms/domains/how2cms.com/public_html/elgg/ so the external data directory will be /home/how2cms/domains/how2cms.com/elgg_data/ for example. Don&#8217;t forget to CHMOD 777 it, too.</p>
<p>Another CHMOD step is, chmod 777 to engine/ and root directory of Elgg installation. Otherwise, you will have to manually create setting.php and .htaccess as advised in the installation.</p>
<p>We will now proceed to install Elgg. Just point your favorite web browser to http://domain.tld/ You will see the following screen.</p>
<div id="attachment_7" class="wp-caption alignnone" style="width: 159px"><a href="http://how2cms.com/wp-content/uploads/2008/12/untitled-1.jpg"><img class="size-medium wp-image-7" title="step1_elgg_installation" src="http://how2cms.com/wp-content/uploads/2008/12/untitled-1-149x300.jpg" alt="step1_elgg_installation" width="149" height="300" /></a><p class="wp-caption-text">Elgg Installation</p></div>
<p>Fill it with your database details such as username, database name and pasword then hit Save.</p>
<p>If everything is okay, you will see the following screen.</p>
<div id="attachment_8" class="wp-caption alignnone" style="width: 206px"><a href="http://how2cms.com/wp-content/uploads/2008/12/elgg_install_2.jpg"><img class="size-medium wp-image-8" title="elgg_install_2" src="http://how2cms.com/wp-content/uploads/2008/12/elgg_install_2-196x300.jpg" alt="Elgg Instllation | System settings" width="196" height="300" /></a><p class="wp-caption-text">Elgg Instllation | System settings</p></div>
<p>For the  full path to the directory where uploaded files will be stored, this should be the path outside Elgg installation path as suggested early. Don&#8217;t forget the trailing slash.</p>
<p>Check the rest if needed and hit Save.</p>
<p>Let&#8217;s proceed with the last step.</p>
<div id="attachment_9" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2008/12/elgg_install_3.jpg"><img class="size-medium wp-image-9" title="elgg_install_3" src="http://how2cms.com/wp-content/uploads/2008/12/elgg_install_3-300x188.jpg" alt="Elgg Insallation | Register" width="300" height="188" /></a><p class="wp-caption-text">Elgg Insallation | Register</p></div>
<p>Just fill in details in the boxes to create your first account on Elgg.</p>
<div id="attachment_10" class="wp-caption alignnone" style="width: 310px"><a href="http://how2cms.com/wp-content/uploads/2008/12/elgg_install_4.jpg"><img class="size-medium wp-image-10" title="elgg_install_4" src="http://how2cms.com/wp-content/uploads/2008/12/elgg_install_4-300x170.jpg" alt="Elgg Installation | Done!" width="300" height="170" /></a><p class="wp-caption-text">Elgg Installation | Done!</p></div>
<p>That&#8217;s all.</p>
<p>Hmm&#8230; probably not you still have a lot of works to do from now on.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://how2cms.com/how-to-install-elgg-12/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>
