As I said before – I can’t imagine working without Zend Studio now. So I decided to install server part of the package on one of my Debian powered servers.
So here we go. First we have to download correct package. As you can see on Zend’s site you have wide choice of versions:
-r– 1 25335043 Jan 15 17:20 ZendStudioServer-5.1.0a-Windows-i386.exe
-r– 1 23302044 Jan 15 17:21 ZendStudioServer-5.1.0a-darwin7.8-ppc.tar.gz
-r– 1 21371695 Jan 15 17:23 ZendStudioServer-5.1.0a-freebsd5.4-i386.tar.gz
-r– 1 22451335 Jan 15 17:21 ZendStudioServer-5.1.0a-linux-glibc21-i386.tar.gz
-r– 1 24682987 Jan 15 17:21 ZendStudioServer-5.1.0a-linux-glibc23-x86_64.tar.gz
-r– 1 23703327 Jan 15 17:21 ZendStudioServer-5.1.0a-sunos5.8-sparc.tar.gz
So I downloaded one
comp# wget -c http://downloads…..-glibc21-i386.tar.gz
and then as the README file says
comp# cd ZendStudioServer-5.1.0a-linux-glibc21-i386
comp# ./install-tty
All ther rest of the process was quick and easy with one note: when the instalator was looking for a php.ini fond one in /usr/lib directory.
Trying to determine the version of PHP.
Please wait… (this may take a few seconds)Detecting … \ [100%]
Confirm the location of your php.ini file [/usr/local/lib]: /etc/php5/apache
So remember to make sure which php.ini is your Apache using and ajust that path accordingly. If you are not sure – call the phpinfo() function on any of your sites and check. It can save your day :-)
Technorati Tags: Zend Studio, Debian, linux
what better Zend Platform or Zend studio server ?
Hard to say as I didn’t use Platform at all. Probably because I already had server and everything else installed and all I needed was to add debug capability. If you are in this situation installing Studio Server may be option for you. If you are starting from scratch Platform may be a way to go.
Zend studio has zend framework?
It does, but it’s better to download it directly – the one in Zend Studio usually is already outdated.