<?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>Ladysign Dev Blog &#187; opensource</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working with Hippo (a Java CMS)</title>
		<link>http://www.ladysign-apps.com/blog/code/java/working-with-hippo-a-java-cms/</link>
		<comments>http://www.ladysign-apps.com/blog/code/java/working-with-hippo-a-java-cms/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:07:59 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[hippo]]></category>
		<category><![CDATA[java cms]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=584</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p><strong>Getting started</strong><br />
We will run Hippo CMS via the Jetty Application Container,<br />
which is included in the Quickstart <a href="http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.03.00/hippo-ecm-quickstart-bin-2.03.00.zip"><br />
Hippo CMS[......]</a></p><p class='read-more'><a href='http://www.ladysign-apps.com/blog/code/java/working-with-hippo-a-java-cms/'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 1 out of 5 stars</p>
<p><strong>Getting started</strong><br />
We will run Hippo CMS via the Jetty Application Container,<br />
which is included in the Quickstart <a href="http://repository.hippocms.org/maven2/org/hippoecm/hippo-ecm-quickstart-bin/2.03.00/hippo-ecm-quickstart-bin-2.03.00.zip"><br />
Hippo CMS download package</a>.<br />
Download it and unzip it. For example:<br />
D:Projectshippo-ecm</p>
<p>Make sure a Java JDK is installed:<br />
<a href="http://ladysign-apps.com/blog/archives/573"><br />
See my other blog post</a></p>
<p>Open the windows command line and type: start.bat<br />
in the folder where Hippo CMS is installed.<br />
For example:</p>
<pre class="brush: jscript; title: ;">
D:Projectshippo-ecmstart.bat
</pre>
<p>When this line is returned in your prompt:</p>
<pre class="brush: jscript; title: ;">
SelectChannelConnector@127.0.0.1:8080
</pre>
<p>you can open a new browser window, and locate:<br />
<strong>http://localhost:8080/cms/</strong></p>
<p>Login to Hippo with: username = admin and password = admin.</p>
<p><strong>Change the admin password</strong><br />
Click on the &#8216;gear icon&#8217;, to access the control panel.<br />
Click, on the &#8216;users&#8217; panel, &#8216;admin&#8217; user, &#8217;set password&#8217;.</p>
<pre class="brush: jscript; title: ;">
Users  User: admin  Set password for admin
</pre>
<p>Type in your new password and press Save.<br />
In the user panel, you can also create new users and user groups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/java/working-with-hippo-a-java-cms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

