Ubuntu Linux installation PHP development environment Zend Studio 5.5.1

  

Ubuntu entertainment features have been very good, nothing more than watching movies, listening to songs, playing mini games. Next, I will install zend under Ubuntu. I really have Zend for Linux, so I downloaded it. I will show you the installation and configuration process:

The first step is to unzip the zip. Unzip the installation file in bin format, cp to my user directory home/ibm, directly enter ./ZendStudio-5_5_1.bin in the terminal, the installation will be installed automatically (requires jre support, I have installed it in advance, installation command: sudo apt-get install sun-java6-jre sun-java6-jdk), before long, began the installation interface, shown in Figure:

and install the same interface under Windows All the way to NEXT.

After the installation is complete, open the software, check the software information, and find that the software license expiration time is December 3, 2008, which is the trial period of one month; input Chinese characters in the coding area, find all is the mouth (garbled), see Figure:

no hurry, one by one to solve it! First of all, to crack the software license date, I found a website that generates zend studio serial number online, http://www.zendstudio.net/libs/zendstudio5_5_1-keymaker-php/

Then it is solved Chinese garbled problem, there is a good solution on the Internet:

1. Create folder fallback zend installation directory /ZendStudio-5.5.1/jre/lib/fonts/fallback 2. Copy font simsun.ttc (WINDOWS The Fonts directory of the system has this font.) After the fallback, the name is simsun.ttf cp simsun.ttc zend installation directory /ZendStudio-5.5.1/jre/lib/fonts/fallback/simsun.ttf Start Zend, the garbled problem is solved. See Figure:

OK, Zend Studio installed, start working!

Copyright © Windows knowledge All Rights Reserved