<?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>Chris Morrell &#187; tutorial</title>
	<atom:link href="http://cmorrell.com/tag/tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://cmorrell.com</link>
	<description>The personal home page of Chris Morrell</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Installing Zend Server &amp; Zend Framework on OS X</title>
		<link>http://cmorrell.com/webdev/installing-zend-server-zend-framework-on-os-x-291</link>
		<comments>http://cmorrell.com/webdev/installing-zend-server-zend-framework-on-os-x-291#comments</comments>
		<pubDate>Sun, 03 May 2009 18:10:45 +0000</pubDate>
		<dc:creator>Chris M.</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend Server]]></category>

		<guid isPermaLink="false">http://cmorrell.com/?p=291</guid>
		<description><![CDATA[This post is mostly a reminder to myself, but I thought I&#8217;d put it out there just in case other people wanted some help: Installing Zend Server CE If Zend Server is already installed, you need to remove it: For &#8230; <a href="http://cmorrell.com/webdev/installing-zend-server-zend-framework-on-os-x-291">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post is mostly a reminder to myself, but I thought I&#8217;d put it out there just in case other people wanted some help:</p>
<h3>Installing Zend Server CE</h3>
<p>If Zend Server is already installed, you need to remove it:</p>
<ul>
<li>For older versions of Zend Server:
<ol>
<li>Run <code>/Applications/ZendServer/bin/zendctl.sh stop</code></li>
<li>Remove <code>/etc/zce.rc</code></li>
<li>Double-check that no instances are running (you can use <code>ps ax|grep -i zend</code>)</li>
</ol>
</li>
<li>For newer versions of Zend Server
<ol>
<li>Run <code>/usr/local/zend/bin/uninstall.sh</code></li>
</ol>
</li>
</ul>
<p>Now <a href="http://www.zend.com/en/products/server/downloads-all">download the latest version of the Zend Server CE Installer</a> and run the installer</p>
<p>Link the CLI binary so you can use PHP from the command line:</p>
<ul>
<li><code>sudo ln -s /usr/local/zend/bin/php-cli /usr/bin/php</code></li>
<li>Please note that this step is optional</li>
</ul>
<h3>Installing the Zend Framework</h3>
<p>Now <a href="http://framework.zend.com/download/current/">download the latest version of the Zend Framework</a></p>
<p>Unzip and copy the following files:</p>
<ul>
<li><code>library/Zend</code> to <code>/usr/local/zend/share/ZendFramework/library/Zend</code></li>
<li><code>extras/library/ZendX</code> to <code>/usr/local/zend/share/ZendFramework/library/ZendX</code></li>
<li><code>bin</code> to <code>/usr/local/zend/share/ZendFramework/bin</code></li>
<li>Please note that if you don&#8217;t need the <code>zf</code> command line tool, and the version of the Zend Framework that came with Zend Server is up-to-date, these steps are unnecessary</li>
</ul>
<p>Finally, link the zf.sh file so you can access it easily:</p>
<ul>
<li><code>sudo ln -s </code><code>/usr/local/zend/share/ZendFramework/bin/zf.sh</code><code> /usr/bin/zf</code></li>
</ul>
<p>That&#8217;s it for now.  Hope that helps someone else out.</p>
<div class="su-linkbox" id="post-291-linkbox"><div class="su-linkbox-label">Link to this post!</div><div class="su-linkbox-field"><input type="text" value="&lt;a href=&quot;http://cmorrell.com/webdev/installing-zend-server-zend-framework-on-os-x-291&quot;&gt;Installing Zend Server &amp; Zend Framework on OS X&lt;/a&gt;" onclick="javascript:this.select()" readonly="readonly" style="width: 100%;" /></div></div>]]></content:encoded>
			<wfw:commentRss>http://cmorrell.com/webdev/installing-zend-server-zend-framework-on-os-x-291/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/34 queries in 1.022 seconds using disk: basic
Object Caching 358/423 objects using disk: basic
Content Delivery Network via cdn1.cmorrell.com

Served from: cmorrell.com @ 2012-02-09 16:08:37 -->
