anebg 2 geek life, brainstorm, computing!

10Oct/110

Installing Zend Server Community (Zend CE) on Ubuntu 11.10 [Tutorial]

First, you need to add the Zend Key to your Aptitude (So you can use their repository), and for this we need root.

Enter Sudo Console
sudo bash

Add the key to our local key storage (Zend's key was unavailable, so I put one on my server.. Got it from pastebin
wget http://anebg.net/zend.key -O- | sudo apt-key add -

After downloading the download script from zend,

http://www.zend.com/en/products/server-ce/downloads

Extract it,go to the directory where you extracted it on the terminal and Install Zend CE for PHP 5.3
./install_zs.sh 5.3 ce