<?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>PRESOON.COM &#187; Plone CMS</title>
	<atom:link href="http://presoon.com/blog/category/plone-cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://presoon.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 20 Mar 2010 03:59:50 +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>Plone Installation in linux Server.</title>
		<link>http://presoon.com/blog/2008/08/05/plone-installation-in-linux-server/</link>
		<comments>http://presoon.com/blog/2008/08/05/plone-installation-in-linux-server/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 07:15:25 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plone CMS]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[plone]]></category>

		<guid isPermaLink="false">http://presoon.com/blog/?p=61</guid>
		<description><![CDATA[Get the source
================
wget http://launchpad.net/plone/3.1/3.1.4/+download/Plone-3.1.4-UnifiedInstaller.tgz
tar -zxf Plone-3.1.4-UnifiedInstaller.tgz
cd Plone-3.1.4-UnifiedInstaller
================
Find the README.txt for more information. You can install Plone as standallone (server wide) or for a user.
Here we are dealing with stand alone or serverwide installation.
Make sure that you have gcc and g++ installed.
Else install it using yum of up2date.
====Optional====
yum install gcc
yum install gcc-c++.i386
================
You can list the available [...]]]></description>
			<content:encoded><![CDATA[<p>Get the source</p>
<p>================<br />
<em>wget http://launchpad.net/plone/3.1/3.1.4/+download/Plone-3.1.4-UnifiedInstaller.tgz<br />
tar -zxf Plone-3.1.4-UnifiedInstaller.tgz<br />
cd Plone-3.1.4-UnifiedInstaller</em><br />
================</p>
<p>Find the README.txt for more information. You can install Plone as standallone (server wide) or for a user.<br />
Here we are dealing with stand alone or serverwide installation.</p>
<p>Make sure that you have gcc and g++ installed.<br />
Else install it using yum of up2date.</p>
<p>====Optional====<br />
<em>yum install gcc<br />
yum install gcc-c++.i386</em><br />
================</p>
<p>You can list the available packages using the command</p>
<p>================<br />
<em>yum list | grep gcc</em><br />
================</p>
<p>Once you have both gcc and g++ its easy.</p>
<p>run as root</p>
<p>================<br />
<em>./install.sh standalone</em><br />
================</p>
<p>This will install plone in /opt/Plone-3.1/<br />
You can start plone using the command</p>
<p>================<br />
<em>/opt/Plone-3.1/zinstance/bin/instance start</em><br />
================</p>
<p>================<br />
Access your zope settings at <em>http://serverIP:8080/zope</em><br />
Access you  Plone at <em>http://serverIP:8080/Plone<br />
</em><br />
The login will be given at the end of installation. Alternatively you can find it at /opt/Plone-3.1/zinstance/adminPassword.txt</p>
<p>(To change your password go to http://serverIP:8080/acl_users/users/manage_users   click the &#8220;Password&#8221; link for the admin)<br />
================</p>
<p>To get information about changing port and other setting, open the file /opt/Plone-3.1/zinstance/README.txt</p>
<p>Thats all <img src='http://presoon.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://presoon.com/blog/2008/08/05/plone-installation-in-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
