Low Orbit Flux Logo 2 F

How to Install Zend Server CE on Linux Mint

Send server is a PHP application server. It comes in as a community server edition and a server edition. The community edition has a subset of the features of the full edition.

This PHP application stack is reliable and fast. It is available for free for testing, development, and production use. It supports a bunch of different dsitros like RHEL, CentOS, Fedora, Ubuntu, and Debian. It is also available on several different versions of Windows as well as Mac OS.

Features:

Zend Server Install Steps:



sudo nano /etc/apt/sources.list



deb http://repos.zend.com/zend-server/deb server non-free



wget http://repos.zend.com/zend.key -O- | sudo apt-key add -



sudo apt-get update



sudo apt-get install zend-server-ce-php-5.3

Go here in your browser:

https://localhost:10082/ZendServer

or

http://localhost:10081/ZendServer

For a single user:

~/.bashrc
PATH=$PATH:<install_path>/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<install_path>/lib

For all users system wide:

/etc/profile
PATH=$PATH:<install_path>/bin LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<install_path>/lib