This post is mostly a reminder to myself, but I thought I’d put it out there just in case other people wanted some help:
If Zend Server is already installed, you need to remove it:
/Applications/ZendServer/bin/zendctl.sh stop/etc/zce.rcps ax|grep -i zend)/usr/local/zend/bin/uninstall.shNow download the latest version of the Zend Server CE Installer and run the installer
Link the CLI binary so you can use PHP from the command line:
sudo ln -s /usr/local/zend/bin/php-cli /usr/bin/phpNow download the latest version of the Zend Framework
Unzip and copy the following files:
library/Zend to /usr/local/zend/share/ZendFramework/library/Zendextras/library/ZendX to /usr/local/zend/share/ZendFramework/library/ZendXbin to /usr/local/zend/share/ZendFramework/binzf command line tool, and the version of the Zend Framework that came with Zend Server is up-to-date, these steps are unnecessaryFinally, link the zf.sh file so you can access it easily:
sudo ln -s /usr/local/zend/share/ZendFramework/bin/zf.sh /usr/bin/zfThat’s it for now. Hope that helps someone else out.
Recent Comments