THis quick post is about how to install Zend Server Communithy Edition on Debian Based Linux Distros.
1. sudo nano /etc/apat/sources.list and add this line:
deb http://repos.zend.com/zend-server/deb server non-free
save it
2. add the repo public key:
wget http://repos.zend.com/zend.key -O- | sudo apt-key add -
wait some minutes until its end
3. update your repos:
sudo apt-get update
4. Then install Zend Server:
sudo apt-get install zend-server-ce-php-5.3
Done, now you may go through a Web Broiwser and try it at:
localhost:10081/ZendServer or https://localhost:10082/ZendServer
Enjoy it
No hay comentarios:
Publicar un comentario