coder1.com

  • home
  • drupal articles
  • contact
Home

Zend Server CE, Free LAMP Stack for Mac/Linux/Windows

Mike Milano — August 24, 2009 - 8:49am

I recently installed Zend Server CE on my MacBook Pro to check out the performance of the "partial page" caching Zend offers in their platform.

I was pleasantly surprised how simple it was to get up and running. Zend Platform CE installs its own version of Apache, PHP. If you're installing it on Windows or Mac, it will also install MySQL.

Everything is configured and controlled in your zend path. By default on the Mac it is /usr/local/zend.

The community edition gives you a very simplistic web UI to enable/disable PHP modules. It also allows you to enable/disable as well as clear cache and restart your stack.

If you would like to run Zend Server CE on CentOS, you can install it via Yum. The nice thing about this is that it will put apache in the normal place you would find it in CentOS (/etc/httpd) and map all your normal executables correctly.

I found this setup here, but I will post the config anyway in case it's deleted.

1) Add the code below to a file named: /etc/yum.repos.d/zend.repo

  1. [Zend]
  2. name=Zend CE $releasever - $basearch - Released Updates
  3. baseurl=http://repos.zend.com/rpm/ce/$basearch/
  4. enabled=1
  5. gpgcheck=0
  6. [Zendce-noarch]
  7. name=Zend CE - noarch
  8. baseurl=http://repos.zend.com/rpm/ce/noarch
  9. enabled=1
  10. gpgcheck=0

2) Then run: yum install zend-ce

3) You can access the Zend CE control panel via: http://example.com:10081

  • Development
  • Linux
  • Mac
  • MySQL
  • PHP
  • Windows
  • Zend

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <img> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h3> <h4> <h5> <h6> <h7>
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. The supported tag styles are: <foo>, [foo].

More information about formatting options

Poll

Have you checked out Drupal 7 yet? (still alpha):

User login

  • Request new password

Navigation

  • Recent posts
  • home
  • drupal articles
  • contact