Install Zend Optimizer on Ubuntu 8.04
Posted on May 16, 2008
Filed Under PHP, Ubuntu |
Here is a short tutorial on how to install zend optimizer on ubuntu 8.04:
First of all ,download Zend Optimizer from official website.
Before installing Zend Optimizer ,you need to install apache, php:
apt-get install libapache2-mod-php
Then create the index.php page under /var/www/:
echo “” > /var/www/index.php
Now , begin to install zend optimizer:
tar zxf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gzcd ZendOptimizer-3.3.3-linux-glibc23-i386
./install.sh
After installation , restart the Apache,and then visit the home page , the words Zend Optimizer should be able to be found if successful installation.
Tags: PHP, Ubuntu, Zend
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Leave a Reply