I’ve just installed ZEND Server 6.3 on my MacBook running Mavericks 10.9.1. Needless to say I’m sill a little shaken up from the huge amount of brain pain this adventure has caused.
Because once downloaded and installed on your system, you may ask yourself a vital question: Now What?
Let’s find out. This article is Work in Progress – bear with me while I flesh it out.
The Basics
ZEND Server on Mac is located here:
- /usr/local/zend/
Your web files live here:
- /usr/local/zend/apache2/htdocs
To open this directory in Finder you can navigate there with a Terminal session and open it, like so:
cd /usr/local/zend/apache2/htdocs open .
Now you can create a shortcut on your sidebar for easy access.
To access the ZEND Server Admin interface, navigate to the following URL in your browser:
If you’re done with it, you can uninstall ZEND Server with the following command:
sudo /usr/local/zend/bin/uninstall.sh